CameraCaptureUIVideoCaptureSettings.Format Property

Definition

Gets or sets a value from the CameraCaptureUIVideoFormat enumeration that specifies the file format of the captured video.

public:
 property CameraCaptureUIVideoFormat Format { CameraCaptureUIVideoFormat get(); void set(CameraCaptureUIVideoFormat value); };
CameraCaptureUIVideoFormat Format();

void Format(CameraCaptureUIVideoFormat value);
public CameraCaptureUIVideoFormat Format { get; set; }
var cameraCaptureUIVideoFormat = cameraCaptureUIVideoCaptureSettings.format;
cameraCaptureUIVideoCaptureSettings.format = cameraCaptureUIVideoFormat;
Public Property Format As CameraCaptureUIVideoFormat

Property Value

The file format of the captured video.

Applies to