CameraCaptureAudioFormat enumeration
Indicates the format for the audio data.
Syntax
Members
The CameraCaptureAudioFormat enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | 0 |
Indicates that no audio data will be included in the capture. |
| Aac | 1 |
Indicates that audio samples are encoded according to the Advanced Audio Coding (AAC) standard. |
| Pcm | 2 |
Indicates that audio data is provided in the pulse-code modulation (PCM) format. |
| Amr | 3 |
Indicates that the adaptive multi-rate (AMR) audio codec is used to encode audio data. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Attributes
- [Deprecated()]
- [Version(0x06020000)]
- [WebHostHidden()]