VideoProfileLevelColor
Video profile level with color information.
Constructors
Types
Properties
The color standard. Default is MediaFormat.COLOR_STANDARD_BT709. See Also: MediaFormat COLOR_STANDARD_*
The dynamic range profile. It is deduced from the profile. See Also: DynamicRangeProfiles
Video encoder level. Encoders may not support requested level. In this case, StreamPack fallbacks to default level. ** See ** MediaCodecInfo.CodecProfileLevel
Video encoder profile. Encoders may not support requested profile. In this case, StreamPack fallbacks to default profile. If not set, profile is always a 8 bit profile. StreamPack try to apply the highest profile available. If the decoder does not support the profile, you should explicitly set the profile to a lower value such as AVCProfileBaseline for AVC, HEVCProfileMain for HEVC, VP9Profile0 for VP9. ** See ** MediaCodecInfo.CodecProfileLevel