Filters.Rotation Property
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.
Gets or sets the rotation, if any, to be applied to the input video, before it is encoded. Default is Auto. Possible values include: 'Auto', 'None', 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270'
[Newtonsoft.Json.JsonProperty(PropertyName="rotation")]
public Microsoft.Azure.Management.Media.Models.Rotation? Rotation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rotation")>]
member this.Rotation : Nullable<Microsoft.Azure.Management.Media.Models.Rotation> with get, set
Public Property Rotation As Nullable(Of Rotation)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute