AudioEffectsPackStatus Enum
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.
Specifies the supported and enabled status of an audio effects pack and audio endpoint represented by an AudioEffectsPackConfiguration object.
public enum class AudioEffectsPackStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1048576)]
enum class AudioEffectsPackStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1048576)]
public enum AudioEffectsPackStatus
var value = Windows.Media.Audio.AudioEffectsPackStatus.notEnabled
Public Enum AudioEffectsPackStatus
- Inheritance
-
AudioEffectsPackStatus
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| NotEnabled | 0 | The audio effects pack is supported, but not enabled for the associated audio endpoint. |
| Enabled | 1 | The audio effects pack is supported and enabled for the associated audio endpoint. |
| NotSupported | 2 | The audio effects pack is not supported for the associated audio endpoint. |
Remarks
This enumeration is used by the AudioEffectsPackConfiguration.Status property.