SpatialAudioFormatConfiguration.ReportConfigurationChangedAsync Method

Definition

Allows a spatial audio format companion app to report that the configuration has changed for a specific format.

public:
 virtual IAsyncAction ^ ReportConfigurationChangedAsync(Platform::String ^ subtype) = ReportConfigurationChangedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportConfigurationChangedAsync(winrt::hstring const& subtype);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportConfigurationChangedAsync(string subtype);
function reportConfigurationChangedAsync(subtype)
Public Function ReportConfigurationChangedAsync (subtype As String) As IAsyncAction

Parameters

subtype
String

Platform::String

winrt::hstring

String of the GUID for the spatial audio format that's configuration has changed.

Returns

An async action.

Attributes

Applies to