Share via


CameraCaptureUIVideoFormat Enum

Definition

Specifies the file format of videos captured with an instance of CameraCaptureUI.

public enum class CameraCaptureUIVideoFormat
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Media.Capture.CameraCaptureUIContract, 65536)]
enum class CameraCaptureUIVideoFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Media.Capture.CameraCaptureUIContract), 65536)]
public enum CameraCaptureUIVideoFormat
var value = Microsoft.Windows.Media.Capture.CameraCaptureUIVideoFormat.mp4
Public Enum CameraCaptureUIVideoFormat
Inheritance
CameraCaptureUIVideoFormat
Attributes

Fields

Name Value Description
Mp4 0

MP4/H.264/AAC format.

Wmv 1

WMV format.

Remarks

Specify the desired format for an instance of CameraCaptureUI with the CameraCaptureUIVideoCaptureSettings.Format property.

Applies to