MediaFormat.KeyRepeatPreviousFrameAfter Field

Definition

Applies only when configuring a video encoder in "surface-input" mode.

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

Field Value

Attributes

Remarks

Applies only when configuring a video encoder in "surface-input" mode. The associated value is a long and gives the time in microseconds after which the frame previously submitted to the encoder will be repeated (once) if no new frame became available since.

Java documentation for android.media.MediaFormat.KEY_REPEAT_PREVIOUS_FRAME_AFTER.

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