AudioRenderEffectsManager.EffectsProviderSettingsLabel Property
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.
Gets the label that is associated with this audio effects provider setting.
public:
property Platform::String ^ EffectsProviderSettingsLabel { Platform::String ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
winrt::hstring EffectsProviderSettingsLabel();
/// [get: Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
winrt::hstring EffectsProviderSettingsLabel();
public string EffectsProviderSettingsLabel { [Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public string EffectsProviderSettingsLabel { [Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var string = audioRenderEffectsManager.effectsProviderSettingsLabel;
Public ReadOnly Property EffectsProviderSettingsLabel As String
Property Value
The string to use as the label for the audio effects provider setting.
- Attributes