MediaCodec.BufferFlagCodecConfig Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaCodecBufferFlags enum directly instead of this field.

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

[Android.Runtime.Register("BUFFER_FLAG_CODEC_CONFIG")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecBufferFlags enum directly instead of this field.", true)]
public const Android.Media.MediaCodecBufferFlags BufferFlagCodecConfig = 2;
[<Android.Runtime.Register("BUFFER_FLAG_CODEC_CONFIG")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecBufferFlags enum directly instead of this field.", true)>]
val mutable BufferFlagCodecConfig : Android.Media.MediaCodecBufferFlags

Field Value

Value = 2
Attributes

Remarks

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

Java documentation for android.media.MediaCodec.BUFFER_FLAG_CODEC_CONFIG.

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