你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
H265Video 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
H265Video() |
初始化 H265Video 类的新实例。 |
H265Video(String, Nullable<TimeSpan>, Nullable<StretchMode>, Nullable<VideoSyncMode>, Nullable<Boolean>, Nullable<H265Complexity>, IList<H265Layer>) |
初始化 H265Video 类的新实例。 |
H265Video()
初始化 H265Video 类的新实例。
public H265Video ();
Public Sub New ()
适用于
H265Video(String, Nullable<TimeSpan>, Nullable<StretchMode>, Nullable<VideoSyncMode>, Nullable<Boolean>, Nullable<H265Complexity>, IList<H265Layer>)
初始化 H265Video 类的新实例。
public H265Video (string label = default, TimeSpan? keyFrameInterval = default, Microsoft.Azure.Management.Media.Models.StretchMode? stretchMode = default, Microsoft.Azure.Management.Media.Models.VideoSyncMode? syncMode = default, bool? sceneChangeDetection = default, Microsoft.Azure.Management.Media.Models.H265Complexity? complexity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.H265Layer> layers = default);
new Microsoft.Azure.Management.Media.Models.H265Video : string * Nullable<TimeSpan> * Nullable<Microsoft.Azure.Management.Media.Models.StretchMode> * Nullable<Microsoft.Azure.Management.Media.Models.VideoSyncMode> * Nullable<bool> * Nullable<Microsoft.Azure.Management.Media.Models.H265Complexity> * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.H265Layer> -> Microsoft.Azure.Management.Media.Models.H265Video
Public Sub New (Optional label As String = Nothing, Optional keyFrameInterval As Nullable(Of TimeSpan) = Nothing, Optional stretchMode As Nullable(Of StretchMode) = Nothing, Optional syncMode As Nullable(Of VideoSyncMode) = Nothing, Optional sceneChangeDetection As Nullable(Of Boolean) = Nothing, Optional complexity As Nullable(Of H265Complexity) = Nothing, Optional layers As IList(Of H265Layer) = Nothing)
参数
- label
- String
编解码器的可选标签。 标签可用于控制复用行为。
两个关键帧之间的距离。 该值应在以 ISO 8601 格式指定的 [0.5, 20] 秒范围内为非零。 PT2S) (默认值为 2 秒。 请注意,如果设置了 VideoSyncMode.Passthrough,则忽略此设置,其中 KeyFrameInterval 值将跟随输入源设置。
- stretchMode
- Nullable<StretchMode>
调整大小模式 - 如何调整输入视频的大小以适应所需的输出分辨率 () 。 默认值为 AutoSize。 可能的值包括:“None”、“AutoSize”、“AutoFit”
- syncMode
- Nullable<VideoSyncMode>
视频同步模式。 可能的值包括:“Auto”、“Passthrough”、“Cfr”、“Vfr”
指定编码器是否应在场景更改时插入关键帧。 如果未指定,则默认值为 false。 仅当编码器配置为生成单个输出视频时,才应将此标志设置为 true。
- complexity
- Nullable<H265Complexity>
告知编码器如何选择其编码设置。 质量将提供更高的压缩比,但成本更高,计算时间更长。 速度将生成一个相对较大的文件,但速度更快且更经济。 默认值为 Balanced。 可能的值包括:“Speed”、“Balanced”、“Quality”