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

이 기회를 대표하는 시스템.String입니다.

 한국어