Class AudioChannelType

Class AudioChannelType

名称: Aspose.Imaging.Xmp.Schemas.XmpDm 收藏: Aspose.Imaging.dll (25.4.0)

代表音频频类型。

public sealed class AudioChannelType

Inheritance

object AudioChannelType

继承人

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Audio16Channel

接收 16 音频频。

public static AudioChannelType Audio16Channel { get; }

财产价值

AudioChannelType

Audio51

接收 5.1 音频。

public static AudioChannelType Audio51 { get; }

财产价值

AudioChannelType

Audio71

接收 7.1 音频频。

public static AudioChannelType Audio71 { get; }

财产价值

AudioChannelType

Mono

接收 Mono 音频。

public static AudioChannelType Mono { get; }

财产价值

AudioChannelType

OtherChannel

接到另一个频道。

public static AudioChannelType OtherChannel { get; }

财产价值

AudioChannelType

Stereo

接收Stereo音频。

public static AudioChannelType Stereo { get; }

财产价值

AudioChannelType

Methods

ToString()

返回一个 System.String 代表此例子。

public override string ToString()

Returns

string

一个系统.String 代表这个实例。

 中文