H264EncoderProfile enumeration

Indicates the profile that is used for H264 video encoding.

Syntax

public enum H264EncoderProfile
Public Enum H264EncoderProfile
public enum class H264EncoderProfile

Members

The H264EncoderProfile enumeration has these members.

Member Value Description
Baseline 66

Indicates that the Baseline Profile (BP) is used for H264 video encoding.

Main 77

Indicates that the Main Profile (MP) is used for H264 video encoding.

Extended 88

Indicates that the Extended Profile (XP) is used for H264 video encoding.

High 100

Indicates that the High Profile (HiP) is used for H264 video encoding.

High10 110

Indicates that the High 10 Profile (Hi10P) is used for H264 video encoding.

ConstrainedBaseline 256

Indicates that the Constrained Baseline Profile (CBP) is used for H264 video encoding.

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()]