다음을 통해 공유


SpatialAudioDeviceConfiguration.IsSpatialAudioFormatSupported(String) 메서드

정의

이 디바이스가 지정된 공간 오디오 형식을 지원할 수 있는지 여부를 지정합니다.

public:
 virtual bool IsSpatialAudioFormatSupported(Platform::String ^ subtype) = IsSpatialAudioFormatSupported;
bool IsSpatialAudioFormatSupported(winrt::hstring const& subtype);
public bool IsSpatialAudioFormatSupported(string subtype);
function isSpatialAudioFormatSupported(subtype)
Public Function IsSpatialAudioFormatSupported (subtype As String) As Boolean

매개 변수

subtype
String

Platform::String

winrt::hstring

검사 공간 audo 형식에 대한 GUID 문자열입니다. SpatialAudioFormatSubtype 열거형은 neccesary 문자열을 반환합니다.

반환

Boolean

bool

형식이 지원되는지 여부를 나타내는 Bool입니다.

적용 대상