MediaCodec.ParameterKeyLowLatency Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable/disable low latency decoding mode.
[Android.Runtime.Register("PARAMETER_KEY_LOW_LATENCY", ApiSince=30)]
public const string ParameterKeyLowLatency;
[<Android.Runtime.Register("PARAMETER_KEY_LOW_LATENCY", ApiSince=30)>]
val mutable ParameterKeyLowLatency : string
Field Value
- Attributes
Remarks
Enable/disable low latency decoding mode. When enabled, the decoder doesn't hold input and output data more than required by the codec standards. The value is an Integer object containing the value 1 to enable or the value 0 to disable.
Java documentation for android.media.MediaCodec.PARAMETER_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.