Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the format for the audio data.
Syntax
public enum CameraCaptureAudioFormat
Public Enum CameraCaptureAudioFormat
public enum class CameraCaptureAudioFormat
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 |
Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++] |
Metadata |
Windows.WinMD |
Attributes
[Deprecated()]
[Version(0x06020000)]
[WebHostHidden()]