Android.Media.MediaCodec.InfoOutputBuffersChanged Field
The output buffers have changed, the client must refer to the new set of output buffers returned by MediaCodec.GetOutputBuffers from this point on.

Value: -3

Syntax

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

Remarks

The output buffers have changed, the client must refer to the new set of output buffers returned by MediaCodec.GetOutputBuffers from this point on.

[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