H264Complexity Struct

Definition

Defines values for H264Complexity.

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

Fields

Balanced

Tells the encoder to use settings that achieve a balance between speed and quality.

Quality

Tells the encoder to use settings that are optimized to produce higher quality output at the expense of slower overall encode time.

Speed

Tells the encoder to use settings that are optimized for faster encoding. Quality is sacrificed to decrease encoding time.

Methods

Equals(H264Complexity)

Compares enums of type H264Complexity

Equals(Object)

Overrides Equals operator for H264Complexity

GetHashCode()

Returns for hashCode H264Complexity

ToString()

Returns string representation for H264Complexity

Operators

Equality(H264Complexity, H264Complexity)

Overriding == operator for enum H264Complexity

Implicit(H264Complexity to String)

Implicit operator to convert H264Complexity to string

Implicit(String to H264Complexity)

Implicit operator to convert string to H264Complexity

Inequality(H264Complexity, H264Complexity)

Overriding != operator for enum H264Complexity

Applies to