StandardEncoderPreset.Formats プロパティ

定義

エンコーダーによって生成される出力の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象