Class OutputAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
- API Level:
- 3
Provides data for the OutputAvailable event.
public class OutputAvailableEventArgs : EventArgs
- Inheritance
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 |