CameraCaptureUIPhotoFormat Enum
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.
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.