XmpAudioChannelType

XmpAudioChannelType class

オーディオ チャネルの種類を表します。

public sealed class XmpAudioChannelType : XmpClosedChoice<string>

プロパティ

名前 説明
static Audio16Channel { get; } 16 のオーディオ チャネルを取得します。
static Audio51 { get; } 5.1 オーディオ チャネルを取得します。
static Audio71 { get; } 7.1 オーディオ チャネルを取得します。
static Mono { get; } モノラル オーディオ チャネルを取得します。
static OtherChannel { get; } 他のチャネルを取得します。
static Stereo { get; } ステレオ オーディオ チャネルを取得します。

メソッド

名前 説明
override Equals(object)
Equals(XmpClosedChoice<string>)
override GetHashCode()
override ToString()

関連項目