CameraCaptureUIVideoFormat 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 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.