AudioSamplingRate 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.
Enumerated type that identifies the audio sampling rate.
This enumeration supports a bitwise combination of its member values.
public enum class AudioSamplingRate
[System.Flags]
public enum AudioSamplingRate
type AudioSamplingRate =
Public Enum AudioSamplingRate
- Inheritance
-
AudioSamplingRate
- Attributes
Fields
Name | Value | Description |
---|---|---|
EightKhz | 1 | 8Khz codecs. |
SixteenKhz | 2 | 16Khz codecs. |
Remarks
Acts as a flag.