AudioRenderEffectsManager.EffectsProviderSettingsLabel Property

Definition

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

String

Platform::String

winrt::hstring

The string to use as the label for the audio effects provider setting.

Attributes

Applies to