Complexity 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 Complexity.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ComplexityConverter))]
public struct Complexity : IEquatable<Microsoft.Azure.Management.Media.Models.Complexity>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ComplexityConverter))>]
type Complexity = struct
Public Structure Complexity
Implements IEquatable(Of Complexity)
- Inheritance
-
Complexity
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Balanced |
Configures the encoder to use settings that achieve a balance between speed and quality. |
Quality |
Configures the encoder to use settings optimized to produce higher quality output at the expense of slower overall encode time. |
Speed |
Configures the encoder to use settings optimized for faster encoding. Quality is sacrificed to decrease encoding time. |
Methods
Equals(Complexity) |
Compares enums of type Complexity |
Equals(Object) |
Overrides Equals operator for Complexity |
GetHashCode() |
Returns for hashCode Complexity |
ToString() |
Returns string representation for Complexity |
Operators
Equality(Complexity, Complexity) |
Overriding == operator for enum Complexity |
Implicit(Complexity to String) |
Implicit operator to convert Complexity to string |
Implicit(String to Complexity) |
Implicit operator to convert string to Complexity |
Inequality(Complexity, Complexity) |
Overriding != operator for enum Complexity |