Share via


MediaCodecInfo.CodecCapabilities.FEATUREEncodingStatistics Field

Definition

<b>video encoder only</b>: codec supports exporting encoding statistics.

[Android.Runtime.Register("FEATURE_EncodingStatistics", ApiSince=33)]
public const string FEATUREEncodingStatistics;
[<Android.Runtime.Register("FEATURE_EncodingStatistics", ApiSince=33)>]
val mutable FEATUREEncodingStatistics : string

Field Value

Attributes

Remarks

<b>video encoder only</b>: codec supports exporting encoding statistics. Encoders with this feature can provide the App clients with the encoding statistics information about the frame. The scope of encoding statistics is controlled by MediaFormat#KEY_VIDEO_ENCODING_STATISTICS_LEVEL.

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

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