AudioFormat 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.
Audio format options for a Sink.
public enum class AudioFormat
public enum AudioFormat
type AudioFormat =
Public Enum AudioFormat
- Inheritance
-
AudioFormat
Fields
Name | Value | Description |
---|---|---|
NoAudio | 0 | No Audio. |
LinearPCM16Khz16bitMono | 1 | PCM16 for high bandwidth. |
LinearPCM8Khz16bitMono | 2 | PCM8 for low bandwidth. |
Wma | 3 | WMA file. |