Class AudioDataDecodedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
6

Provides data for the AudioDataDecoded event.

C#
Copy
public class AudioDataDecodedEventArgs : EventArgs
Inheritance
System.Object
AudioDataDecodedEventArgs

Properties

View Source

Packet

Gets the packet containing the decoded frame.

Declaration
C#
Copy
public MediaPacket Packet { get; }
Property Value
Type Description
MediaPacket
API Level: 6