Compartilhar via


SpatialAudioDeviceConfiguration.IsSpatialAudioFormatSupported(String) Método

Definição

Especifica se esse dispositivo pode dar suporte ao formato de áudio 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

Uma cadeia de caracteres do GUID para o formato audo espacial a ser marcar. A enumeração SpatialAudioFormatSubtype retornará as cadeias de caracteres neccesary.

Retornos

Boolean

bool

Bool indicando se o formato tem suporte ou não.

Aplica-se a