次の方法で共有


H264Video.Layers プロパティ

定義

エンコーダーによって生成される出力 H.264 レイヤーのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象