Android.Media.MediaCodec.BufferFlagKeyFrame Field
This indicates that the (encoded) buffer marked as such contains the data for a key frame.

Value: 1

Syntax

[Android.Runtime.Register("BUFFER_FLAG_KEY_FRAME")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecBufferFlags enum directly instead of this field.")]
public const MediaCodecBufferFlags BufferFlagKeyFrame

Remarks

This indicates that the (encoded) buffer marked as such contains the data for a key frame.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16