MediaFormat.KeyLowLatency Field

Definition

An optional key describing the low latency decoding mode.

[Android.Runtime.Register("KEY_LOW_LATENCY", ApiSince=30)]
public const string KeyLowLatency;
[<Android.Runtime.Register("KEY_LOW_LATENCY", ApiSince=30)>]
val mutable KeyLowLatency : string

Field Value

Attributes

Remarks

An optional key describing the low latency decoding mode. This is an optional parameter that applies only to decoders. If enabled, the decoder doesn't hold input and output data more than required by the codec standards. The associated value is an integer (0 or 1): 1 when low-latency decoding is enabled, 0 otherwise. The default value is 0.

Java documentation for android.media.MediaFormat.KEY_LOW_LATENCY.

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