Class MediaPacketPreviewEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
Provides data for the MediaPacketPreview event.
public class MediaPacketPreviewEventArgs : EventArgs
- Inheritance
Properties
View SourcePacket
Gets the media packet data.
Declaration
public MediaPacket Packet { get; }
Property Value
Type | Description |
---|---|
MediaPacket |