H265VideoProfile Struct

Definition

Defines values for H265VideoProfile.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265VideoProfileConverter))]
public struct H265VideoProfile : IEquatable<Microsoft.Azure.Management.Media.Models.H265VideoProfile>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265VideoProfileConverter))>]
type H265VideoProfile = struct
Public Structure H265VideoProfile
Implements IEquatable(Of H265VideoProfile)
Inheritance
H265VideoProfile
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

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)

Compares enums of type H265VideoProfile

Equals(Object)

Overrides Equals operator for H265VideoProfile

GetHashCode()

Returns for hashCode H265VideoProfile

ToString()

Returns string representation for H265VideoProfile

Operators

Equality(H265VideoProfile, H265VideoProfile)

Overriding == operator for enum H265VideoProfile

Implicit(H265VideoProfile to String)

Implicit operator to convert H265VideoProfile to string

Implicit(String to H265VideoProfile)

Implicit operator to convert string to H265VideoProfile

Inequality(H265VideoProfile, H265VideoProfile)

Overriding != operator for enum H265VideoProfile

Applies to