AudioConverterQuality 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.
Constants for the rendering quality of the sample rate converter.
public enum AudioConverterQuality
type AudioConverterQuality =
- Inheritance
-
AudioConverterQuality
Fields
Name | Value | Description |
---|---|---|
Min | 0 | Represents minimum quality. |
Low | 32 | Represents low quality. |
Medium | 64 | Represents medium quality. |
High | 96 | Represents high quality. |
Max | 127 | Represents maximum quality. |