Share via


LiveEventEncoding.EncodingType Property

Definition

Gets or sets live event type. When encodingType is set to PassthroughBasic or PassthroughStandard, the service simply passes through the incoming video and audio layer(s) to the output. When encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot be modified after the live event is created. Possible values include: 'None', 'Standard', 'Premium1080p', 'PassthroughBasic', 'PassthroughStandard'

[Newtonsoft.Json.JsonProperty(PropertyName="encodingType")]
public Microsoft.Azure.Management.Media.Models.LiveEventEncodingType? EncodingType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encodingType")>]
member this.EncodingType : Nullable<Microsoft.Azure.Management.Media.Models.LiveEventEncodingType> with get, set
Public Property EncodingType As Nullable(Of LiveEventEncodingType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to