SpatialAudioDeviceConfiguration.IsSpatialAudioFormatSupported(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定此设备是否可以支持给定的空间音频格式。
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
指示格式是否受支持的布尔值。