Android.Media.MediaCodec.InfoOutputFormatChanged Field
The output format has changed, subsequent data will follow the new format.

Value: -2

Syntax

[Android.Runtime.Register("INFO_OUTPUT_FORMAT_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 InfoOutputFormatChanged

Remarks

The output format has changed, subsequent data will follow the new format. MediaCodec.OutputFormat returns the new format. Note, that you can also use the new MediaCodec.GetOutputFormat(int) method to get the format for a specific output buffer. This frees you from having to track output format changes.

[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