Share via


CameraCaptureUIPhotoFormat Enum

Definition

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

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

Fields

Name Value Description
Jpeg 0

JPEG format.

Png 1

PNG format.

JpegXR 2

JpegXR format.

Remarks

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

Applies to