MediaCodecInfo.CodecCapabilities.FEATURELowLatency 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.
<b>decoder only</b>: codec supports low latency decoding.
[Android.Runtime.Register("FEATURE_LowLatency", ApiSince=30)]
public const string FEATURELowLatency;
[<Android.Runtime.Register("FEATURE_LowLatency", ApiSince=30)>]
val mutable FEATURELowLatency : string
Field Value
- Attributes
Remarks
<b>decoder only</b>: codec supports low latency decoding. If supported, clients can enable the low latency mode for the decoder. When the mode is enabled, the decoder doesn't hold input and output data more than required by the codec standards.
Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_LowLatency
.
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.