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

モノ・オーディオ・チャンネル

public static AudioChannelType Mono { get; }

不動産価値

AudioChannelType

OtherChannel

もう一つのチャンネル。

public static AudioChannelType OtherChannel { get; }

不動産価値

AudioChannelType

Stereo

ステレオ・オーディオ・チャンネル

public static AudioChannelType Stereo { get; }

不動産価値

AudioChannelType

Methods

ToString()

このインスタンスを代表するSystem.Stringを返します。

public override string ToString()

Returns

string

このインスタンスを代表するシステムストリングです。

 日本語