ChannelMapping Struct

Definition

Defines values for ChannelMapping.

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

Fields

BackLeft

The Back Left Channel. Sometimes referred to as the Left Surround Channel.

BackRight

The Back Right Channel. Sometimes referred to as the Right Surround Channel.

Center

The Center Channel.

FrontLeft

The Front Left Channel.

FrontRight

The Front Right Channel.

LowFrequencyEffects

Low Frequency Effects Channel. Sometimes referred to as the Subwoofer.

StereoLeft

The Left Stereo channel. Sometimes referred to as Down Mix Left.

StereoRight

The Right Stereo channel. Sometimes referred to as Down Mix Right.

Methods

Equals(ChannelMapping)

Compares enums of type ChannelMapping

Equals(Object)

Overrides Equals operator for ChannelMapping

GetHashCode()

Returns for hashCode ChannelMapping

ToString()

Returns string representation for ChannelMapping

Operators

Equality(ChannelMapping, ChannelMapping)

Overriding == operator for enum ChannelMapping

Implicit(ChannelMapping to String)

Implicit operator to convert ChannelMapping to string

Implicit(String to ChannelMapping)

Implicit operator to convert string to ChannelMapping

Inequality(ChannelMapping, ChannelMapping)

Overriding != operator for enum ChannelMapping

Applies to