次の方法で共有


MediaCodecInfo.CodecCapabilities.FEATUREHdrEditing Field

Definition

<b>video encoder only</b>: codec supports HDR editing.

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

Field Value

Attributes

Remarks

<b>video encoder only</b>: codec supports HDR editing.

HDR editing support means that the codec accepts 10-bit HDR input surface, and it is capable of generating any HDR metadata required from both YUV and RGB input when the metadata is not present. This feature is only meaningful when using an HDR capable profile (and 10-bit HDR input).

This feature implies that the codec is capable of encoding at least one HDR format, and that it supports RGBA_1010102 as well as P010, and optionally RGBA_FP16 input formats, and that the encoder can generate HDR metadata for all supported HDR input formats.

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

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