Android.Media.MediaCodecBufferFlags Enumeration
Enumerates values returned by several types and taken as a parameter of the MediaCodec.BufferInfo.Set, MediaCodec.QueueInputBuffer, and MediaCodec.QueueSecureInputBuffer members.

Syntax

[System.Flags]
public enum MediaCodecBufferFlags

Remarks

Enumerates values returned by the following: and taken as a parameter of the MediaCodec.BufferInfo.Set, MediaCodec.QueueInputBuffer, and MediaCodec.QueueSecureInputBuffer members.

Members

Member NameDescription
CodecConfigThis indicated that the buffer marked as such contains codec initialization / codec specific data instead of media data.
EndOfStreamThis signals the end of stream, i.e. no buffers will be available after this, unless of course, MediaCodec.Flush follows.
KeyFrameDocumentation for this section has not yet been entered.
NoneDocumentation for this section has not yet been entered.
SyncFrameThis indicates that the buffer marked as such contains the data for a sync frame.

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0