Compartir a través de


SpatialAudioDeviceConfiguration.IsSpatialAudioFormatSupported(String) Método

Definición

Especifica si este dispositivo puede admitir el formato de audio espacial especificado.

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

Parámetros

subtype
String

Platform::String

winrt::hstring

Cadena del GUID del formato audo espacial que se va a comprobar. SpatialAudioFormatSubtype enum devolverá las cadenas neccesary.

Devoluciones

Boolean

bool

Bool indica si el formato es compatible o no.

Se aplica a