Share via


Filters.Rotation Property

Definition

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

Applies to