MediaCodecBufferFlags Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum MediaCodecBufferFlags
[<System.Flags>]
type MediaCodecBufferFlags = 
Inheritance
MediaCodecBufferFlags
Attributes

Fields

CodecConfig 2

This indicated that the buffer marked as such contains codec initialization / codec specific data instead of media data.

DecodeOnly 32
EndOfStream 4

This signals the end of stream, i.e.

KeyFrame 1
None 0
PartialFrame 8
SyncFrame 1

This indicates that the buffer marked as such contains the data for a sync frame.

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.

Applies to