AudioVideoCaptureDevice.VideoEncodingFormat property

Gets and sets the format of the captured video data.

Syntax

public CameraCaptureVideoFormat VideoEncodingFormat { get; set; }
Public Property VideoEncodingFormat As CameraCaptureVideoFormat
public:
property CameraCaptureVideoFormat VideoEncodingFormat { 
   CameraCaptureVideoFormat get();
   void set (CameraCaptureVideoFormat value);
}

Property value

Type: CameraCaptureVideoFormat

The format of the captured video 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

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone] ID_CAP_MICROPHONE [Windows Phone]

See also

AudioVideoCaptureDevice