CameraCaptureVideoFormat enumeration

Indicates the format for video data.

Syntax

public enum CameraCaptureVideoFormat
Public Enum CameraCaptureVideoFormat
public enum class CameraCaptureVideoFormat

Members

The CameraCaptureVideoFormat enumeration has these members.

Member Value Description
None 0

Indicates that no video data will be included in the capture.

H264 1

Indicates that the Advanced Video Coding (AVC) standard, also known as H.264, is used to encode video data.

Nv12 2

Indicates that video data is encoded in NV12, a planar YUV format.

Argb 3

Indicates that video data is provided in the alpha, red, green, blue (ARGB) format.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Attributes

[Deprecated()]

[Version(0x06020000)]

[WebHostHidden()]