Class AudioChannelType

AudioChannelType class

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

public sealed class AudioChannelType

プロパティ

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

メソッド

名前説明
override ToString()を返しますStringこのインスタンスを表す.

関連項目