H265VideoProfile

enum H265VideoProfile : Enum<H265VideoProfile> , ConvertibleToJava<H265VideoProfile>

We currently support Main. Default is Auto.

Entries

Link copied to clipboard

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

Link copied to clipboard

Main profile (https://x265.readthedocs.io/en/default/cli.html?highlight=profile#profile-level-tier)

Link copied to clipboard

Main 10 profile (https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding#Main_10)

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: H265VideoProfile
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): H265VideoProfile
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.