SpatialAudioFormatConfiguration.ReportConfigurationChangedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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