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

Filters 构造函数

定义

重载

Filters()

初始化 Filters 类的新实例。

Filters(Deinterlace, Nullable<Rotation>, Rectangle, IList<Overlay>)

初始化 Filters 类的新实例。

Filters()

初始化 Filters 类的新实例。

public Filters ();
Public Sub New ()

适用于

Filters(Deinterlace, Nullable<Rotation>, Rectangle, IList<Overlay>)

初始化 Filters 类的新实例。

public Filters (Microsoft.Azure.Management.Media.Models.Deinterlace deinterlace = default, Microsoft.Azure.Management.Media.Models.Rotation? rotation = default, Microsoft.Azure.Management.Media.Models.Rectangle crop = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> overlays = default);
new Microsoft.Azure.Management.Media.Models.Filters : Microsoft.Azure.Management.Media.Models.Deinterlace * Nullable<Microsoft.Azure.Management.Media.Models.Rotation> * Microsoft.Azure.Management.Media.Models.Rectangle * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> -> Microsoft.Azure.Management.Media.Models.Filters
Public Sub New (Optional deinterlace As Deinterlace = Nothing, Optional rotation As Nullable(Of Rotation) = Nothing, Optional crop As Rectangle = Nothing, Optional overlays As IList(Of Overlay) = Nothing)

参数

deinterlace
Deinterlace

反交错设置。

rotation
Nullable<Rotation>

在对输入视频进行编码之前,要应用于输入视频的旋转(如果有)。 默认值为 Auto。可能的值包括:“Auto”、“None”、“Rotate0”、“Rotate90”、“Rotate180”、“Rotate270”

crop
Rectangle

用于裁剪输入视频的矩形窗口的参数。

overlays
IList<Overlay>

要应用于输入视频的覆盖的属性。 这些可以是音频、图像或视频覆盖。

适用于