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.
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
Fields
Name | Value | Description |
---|---|---|
NotEnabled | 0 | |
Enabled | 1 | |
NotSupported | 2 |