Enum MediaPacketBufferFlags
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Specifies the flag for a buffer.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
C#Copy[Flags] public enum MediaPacketBufferFlags
Name | Description |
---|---|
CodecConfig | The buffer contains the codec initialization or the codec specific data instead of the media data. |
EndOfStream | The buffer indicates the end of the stream. |
SyncFrame | The buffer contains a sync frame. |