AudioEffectsPackConfiguration.Status 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 a value from the AudioEffectsPackStatus enumeration specifying whether the associated audio effects pack is supported and whether it is currently enabled.
public:
property AudioEffectsPackStatus Status { AudioEffectsPackStatus get(); };
AudioEffectsPackStatus Status();
public AudioEffectsPackStatus Status { get; }
var audioEffectsPackStatus = audioEffectsPackConfiguration.status;
Public ReadOnly Property Status As AudioEffectsPackStatus
Property Value
The audio effects pack status.