AudioQueueHardwareCodecPolicy 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.
An enumeration whose values are used for the HardwareCodecPolicy property.
public enum AudioQueueHardwareCodecPolicy
	type AudioQueueHardwareCodecPolicy = 
		- Inheritance
 - 
				AudioQueueHardwareCodecPolicy
 
Fields
| Name | Value | Description | 
|---|---|---|
| Default | 0 | |
| UseSoftwareOnly | 1 | |
| UseHardwareOnly | 2 | |
| PreferSoftware | 3 | |
| PreferHardware | 4 |