SpatialAudioDeviceConfiguration.IsSpatialAudioFormatSupported(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob dieses Gerät das angegebene räumliche Audioformat unterstützen kann.
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
Parameter
- subtype
-
String
Platform::String
winrt::hstring
Eine Zeichenfolge der GUID für das zu überprüfende räumliche audo-Format. Die SpatialAudioFormatSubtype-Enumeration gibt die nekzesären Zeichenfolgen zurück.
Gibt zurück
bool
Bool, der angibt, ob das Format unterstützt wird oder nicht.