Class AudioDataDecodedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 6
Provides data for the AudioDataDecoded event.
public class AudioDataDecodedEventArgs : EventArgs
- Inheritance
Properties
View SourcePacket
Gets the packet containing the decoded frame.
Declaration
public MediaPacket Packet { get; }
Property Value
Type | Description |
---|---|
MediaPacket |