다음을 통해 공유


MediaCodecInfo.CodecCapabilities.FEATUREFrameParsing Field

Definition

<b>decoder only</b>If true, the codec supports partial (including multiple) access units per input buffer.

[Android.Runtime.Register("FEATURE_FrameParsing", ApiSince=29)]
public const string FEATUREFrameParsing;
[<Android.Runtime.Register("FEATURE_FrameParsing", ApiSince=29)>]
val mutable FEATUREFrameParsing : string

Field Value

Attributes

Remarks

<b>decoder only</b>If true, the codec supports partial (including multiple) access units per input buffer.

Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_FrameParsing.

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