H265Complexity Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for H265Complexity.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265ComplexityConverter))]
public struct H265Complexity : IEquatable<Microsoft.Azure.Management.Media.Models.H265Complexity>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265ComplexityConverter))>]
type H265Complexity = struct
Public Structure H265Complexity
Implements IEquatable(Of H265Complexity)
- Inheritance
-
H265Complexity
- 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(H265Complexity) |
Compares enums of type H265Complexity |
Equals(Object) |
Overrides Equals operator for H265Complexity |
GetHashCode() |
Returns for hashCode H265Complexity |
ToString() |
Returns string representation for H265Complexity |
Operators
Equality(H265Complexity, H265Complexity) |
Overriding == operator for enum H265Complexity |
Implicit(H265Complexity to String) |
Implicit operator to convert H265Complexity to string |
Implicit(String to H265Complexity) |
Implicit operator to convert string to H265Complexity |
Inequality(H265Complexity, H265Complexity) |
Overriding != operator for enum H265Complexity |