Class OutputAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Media
Codec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the Output
public class OutputAvailableEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args OutputAvailable Event Args
Remarks
The output packet needs to be disposed after it is used to clean up unmanaged resources.
Properties
View SourcePacket
Gets the result packet.
Declaration
public MediaPacket Packet { get; }
Property Value
Type | Description |
---|---|
Media |
Remarks
The output packet needs to be disposed after it is used to clean up unmanaged resources.