LiveEventEncodingType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for LiveEventEncodingType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventEncodingTypeConverter))]
public struct LiveEventEncodingType : IEquatable<Microsoft.Azure.Management.Media.Models.LiveEventEncodingType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventEncodingTypeConverter))>]
type LiveEventEncodingType = struct
Public Structure LiveEventEncodingType
Implements IEquatable(Of LiveEventEncodingType)
- Inheritance
-
LiveEventEncodingType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
None |
This is the same as PassthroughStandard, please see description below. This enumeration value is being deprecated. |
PassthroughBasic |
The ingested stream passes through the live event from the contribution encoder without any further processing. In the PassthroughBasic mode, ingestion is limited to up to 5Mbps and only 1 concurrent live output is allowed. Live transcription is not available. |
PassthroughStandard |
The ingested stream passes through the live event from the contribution encoder without any further processing. Live transcription is available. Ingestion bitrate limits are much higher and up to 3 concurrent live outputs are allowed. |
Premium1080p |
A contribution live encoder sends a single bitrate stream to the live event and Media Services creates multiple bitrate streams. The output cannot exceed 1080p in resolution. |
Standard |
A contribution live encoder sends a single bitrate stream to the live event and Media Services creates multiple bitrate streams. The output cannot exceed 720p in resolution. |
Methods
Equals(LiveEventEncodingType) |
Compares enums of type LiveEventEncodingType |
Equals(Object) |
Overrides Equals operator for LiveEventEncodingType |
GetHashCode() |
Returns for hashCode LiveEventEncodingType |
ToString() |
Returns string representation for LiveEventEncodingType |
Operators
Equality(LiveEventEncodingType, LiveEventEncodingType) |
Overriding == operator for enum LiveEventEncodingType |
Implicit(LiveEventEncodingType to String) |
Implicit operator to convert LiveEventEncodingType to string |
Implicit(String to LiveEventEncodingType) |
Implicit operator to convert string to LiveEventEncodingType |
Inequality(LiveEventEncodingType, LiveEventEncodingType) |
Overriding != operator for enum LiveEventEncodingType |
Applies to
Azure SDK for .NET