Rotation 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 Rotation.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.RotationConverter))]
public struct Rotation : IEquatable<Microsoft.Azure.Management.Media.Models.Rotation>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.RotationConverter))>]
type Rotation = struct
Public Structure Rotation
Implements IEquatable(Of Rotation)
- Inheritance
-
Rotation
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Auto |
Automatically detect and rotate as needed. |
None |
Do not rotate the video. If the output format supports it, any metadata about rotation is kept intact. |
Rotate0 |
Do not rotate the video but remove any metadata about the rotation. |
Rotate180 |
Rotate 180 degrees clockwise. |
Rotate270 |
Rotate 270 degrees clockwise. |
Rotate90 |
Rotate 90 degrees clockwise. |
Methods
Equals(Object) |
Overrides Equals operator for Rotation |
Equals(Rotation) |
Compares enums of type Rotation |
GetHashCode() |
Returns for hashCode Rotation |
ToString() |
Returns string representation for Rotation |
Operators
Equality(Rotation, Rotation) |
Overriding == operator for enum Rotation |
Implicit(Rotation to String) |
Implicit operator to convert Rotation to string |
Implicit(String to Rotation) |
Implicit operator to convert string to Rotation |
Inequality(Rotation, Rotation) |
Overriding != operator for enum Rotation |
Applies to
Azure SDK for .NET