Android.Media.MediaFormat.KeyPushBlankBuffersOnStop Field
If specified when configuring a video decoder rendering to a surface, causes the decoder to output "blank", i.e. black frames to the surface when stopped to clear out any previously displayed contents.

Syntax

[Android.Runtime.Register("KEY_PUSH_BLANK_BUFFERS_ON_STOP")]
public const string KeyPushBlankBuffersOnStop

Remarks

If specified when configuring a video decoder rendering to a surface, causes the decoder to output "blank", i.e. black frames to the surface when stopped to clear out any previously displayed contents. The associated value is an integer of value 1.

[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