AudioVideoCaptureDevice.SupportedAudioEncodingFormats property

Gets the audio encoding formats that are supported on the phone.

Syntax

public static IReadOnlyList<CameraCaptureAudioFormat> SupportedAudioEncodingFormats { get; }
Public Shared ReadOnly Property SupportedAudioEncodingFormats As IReadOnlyList(Of CameraCaptureAudioFormat)
public:
static property IVectorView<CameraCaptureAudioFormat>^ SupportedAudioEncodingFormats { 
   IVectorView<CameraCaptureAudioFormat>^ get();
}

Property value

Type: IVectorView<CameraCaptureAudioFormat> [C++] | System.Collections.Generic.IReadOnlyList<CameraCaptureAudioFormat> [.NET]

The audio encoding formats that are supported on the phone.

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