你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LiveEventEncoding.EncodingType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置实时事件类型。 当 encodingType 设置为 PassthroughBasic 或 PassthroughStandard 时,该服务只需将传入的视频和音频层 () 传递到输出。 当 encodingType 设置为 Standard 或 Premium1080p 时,实时编码器会将传入流转码为多个比特率或层。 有关详细信息,请参阅https://go.microsoft.com/fwlink/?linkid=2095101。 创建实时事件后,无法修改此属性。 可能的值包括:“None”、“Standard”、“Premium1080p”、“PassthroughBasic”、“PassthroughStandard”
[Newtonsoft.Json.JsonProperty(PropertyName="encodingType")]
public Microsoft.Azure.Management.Media.Models.LiveEventEncodingType? EncodingType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encodingType")>]
member this.EncodingType : Nullable<Microsoft.Azure.Management.Media.Models.LiveEventEncodingType> with get, set
Public Property EncodingType As Nullable(Of LiveEventEncodingType)
属性值
- 属性
-
Newtonsoft.Json.JsonPropertyAttribute