LiveEventEncoding.EncodingType プロパティ

定義

ライブ イベントの種類を取得または設定します。 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

適用対象