StandardEncoderPreset.Codecs Property

Definition

Gets or sets the list of codecs to be used when encoding the input video.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to