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

Video.StretchMode 属性

定义

获取或设置调整大小模式 - 如何调整输入视频的大小以适应所需的输出分辨率 () 。 默认值为 AutoSize。 可能的值包括:“None”、“AutoSize”、“AutoFit”

[Newtonsoft.Json.JsonProperty(PropertyName="stretchMode")]
public Microsoft.Azure.Management.Media.Models.StretchMode? StretchMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stretchMode")>]
member this.StretchMode : Nullable<Microsoft.Azure.Management.Media.Models.StretchMode> with get, set
Public Property StretchMode As Nullable(Of StretchMode)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于