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