InterleaveOutput Struct

Definition

Defines values for InterleaveOutput.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))]
public struct InterleaveOutput : IEquatable<Microsoft.Azure.Management.Media.Models.InterleaveOutput>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))>]
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
Inheritance
InterleaveOutput
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

InterleavedOutput

The output includes both audio and video.

NonInterleavedOutput

The output is video-only or audio-only.

Methods

Equals(InterleaveOutput)

Compares enums of type InterleaveOutput

Equals(Object)

Overrides Equals operator for InterleaveOutput

GetHashCode()

Returns for hashCode InterleaveOutput

ToString()

Returns string representation for InterleaveOutput

Operators

Equality(InterleaveOutput, InterleaveOutput)

Overriding == operator for enum InterleaveOutput

Implicit(InterleaveOutput to String)

Implicit operator to convert InterleaveOutput to string

Implicit(String to InterleaveOutput)

Implicit operator to convert string to InterleaveOutput

Inequality(InterleaveOutput, InterleaveOutput)

Overriding != operator for enum InterleaveOutput

Applies to