你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChannelMapping 结构

定义

定义 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)
继承
ChannelMapping
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

BackLeft

后向左通道。 有时称为左环绕声道。

BackRight

后向右通道。 有时称为右环绕声道。

Center

中心通道。

FrontLeft

左前通道。

FrontRight

右前通道。

LowFrequencyEffects

低频效果通道。 有时称为低音炮。

StereoLeft

左立体声通道。 有时称为向下混合左侧。

StereoRight

右立体声通道。 有时称为向下混合右。

方法

Equals(ChannelMapping)

比较 ChannelMapping 类型的枚举

Equals(Object)

替代 ChannelMapping 的 Equals 运算符

GetHashCode()

为 hashCode ChannelMapping 返回

ToString()

返回 ChannelMapping 的字符串表示形式

运算符

Equality(ChannelMapping, ChannelMapping)

为枚举 ChannelMapping 重写 == 运算符

Implicit(ChannelMapping to String)

用于将 ChannelMapping 转换为字符串的隐式运算符

Implicit(String to ChannelMapping)

用于将字符串转换为 ChannelMapping 的隐式运算符

Inequality(ChannelMapping, ChannelMapping)

为 enum ChannelMapping 重写 != 运算符

适用于