Android.Media.MediaCodec.BufferFlagEndOfStream Field
This signals the end of stream, i.e. no buffers will be available after this, unless of course, MediaCodec.Flush follows.

Value: 4

Syntax

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

Remarks

This signals the end of stream, i.e. no buffers will be available after this, unless of course, MediaCodec.Flush follows.

[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