H264VideoProfile

enum H264VideoProfile : Enum<H264VideoProfile> , ConvertibleToJava<H264VideoProfile>

We currently support Baseline, Main, High, High422, High444. Default is Auto.

Entries

Link copied to clipboard

Tells the encoder to automatically determine the appropriate H.264 profile.

Link copied to clipboard

Baseline profile

Link copied to clipboard

Main profile

Link copied to clipboard

High profile.

Link copied to clipboard

High 4:2:2 profile.

Link copied to clipboard

High 4:4:4 predictive profile.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: H264VideoProfile
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): H264VideoProfile
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.