Share via


H265VideoProfile Struct

Definition

We currently support Main. Default is Auto.

public readonly struct H265VideoProfile : IEquatable<Azure.ResourceManager.Media.Models.H265VideoProfile>
type H265VideoProfile = struct
Public Structure H265VideoProfile
Implements IEquatable(Of H265VideoProfile)
Inheritance
H265VideoProfile
Implements

Constructors

H265VideoProfile(String)

Initializes a new instance of H265VideoProfile.

Properties

Auto

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

Main

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

Main10

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

Methods

Equals(H265VideoProfile)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(H265VideoProfile, H265VideoProfile)

Determines if two H265VideoProfile values are the same.

Implicit(String to H265VideoProfile)

Converts a string to a H265VideoProfile.

Inequality(H265VideoProfile, H265VideoProfile)

Determines if two H265VideoProfile values are not the same.

Applies to