StandardEncoderPreset.Formats Property

Definition

Gets or sets the list of outputs to be produced by the encoder.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to