次の方法で共有


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 列挙型は、必要な文字列を返します。

戻り値

Boolean

bool

形式がサポートされているかどうかを示すブール値。

適用対象