AudioVideoCaptureDevice.AudioEncodingFormat property

Gets and sets the format of the captured audio data.

Syntax

public CameraCaptureAudioFormat AudioEncodingFormat { get; set; }
Public Property AudioEncodingFormat As CameraCaptureAudioFormat
public:
property CameraCaptureAudioFormat AudioEncodingFormat { 
   CameraCaptureAudioFormat get();
   void set (CameraCaptureAudioFormat value);
}

Property value

Type: CameraCaptureAudioFormat

The format for the audio data.

Remarks

By default, audio data is encoded according to the Advanced Audio Coding (AAC) standard.

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

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone] ID_CAP_MICROPHONE [Windows Phone]

See also

AudioVideoCaptureDevice