Class OutputAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the OutputAvailable event.
public class OutputAvailableEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsOutputAvailableEventArgs
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 |
---|---|
MediaPacket |
Remarks
The output packet needs to be disposed after it is used to clean up unmanaged resources.