CameraCaptureUIVideoCaptureSettings.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.