Enum MediaPacketBufferFlags
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Specifies the flag for a buffer.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum MediaPacketBufferFlags
Fields
| 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. |