MediaFormat.KeyPushBlankBuffersOnStop Field

Definition

If specified when configuring a video decoder rendering to a surface, causes the decoder to output "blank", i.

[Android.Runtime.Register("KEY_PUSH_BLANK_BUFFERS_ON_STOP")]
public const string KeyPushBlankBuffersOnStop;
[<Android.Runtime.Register("KEY_PUSH_BLANK_BUFFERS_ON_STOP")>]
val mutable KeyPushBlankBuffersOnStop : string

Field Value

Attributes

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.

Java documentation for android.media.MediaFormat.KEY_PUSH_BLANK_BUFFERS_ON_STOP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to