你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Filters.Rotation 属性

定义

获取或设置在编码输入视频之前应用于输入视频的旋转(如果有)。 默认值为 Auto。可能的值包括:“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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于