MediaCodecBufferFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MediaCodecBufferFlags
[<System.Flags>]
type MediaCodecBufferFlags =
- Inheritance
-
MediaCodecBufferFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
KeyFrame | 1 | |
SyncFrame | 1 | This indicates that the buffer marked as such contains the data for a sync frame. |
CodecConfig | 2 | This indicated that the buffer marked as such contains codec initialization / codec specific data instead of media data. |
EndOfStream | 4 | This signals the end of stream, i.e. |
PartialFrame | 8 | |
DecodeOnly | 32 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.