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 stringKeyPushBlankBuffersOnStop
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.