StandardEncoderPreset.Codecs プロパティ

定義

入力ビデオのエンコード時に使用するコーデックの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="codecs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Codec> Codecs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="codecs")>]
member this.Codecs : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Codec> with get, set
Public Property Codecs As IList(Of Codec)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象