KS_MPEG2Level - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  KS_MPEG2Level_Low,
  KS_MPEG2Level_Main,
  KS_MPEG2Level_High1440,
  KS_MPEG2Level_High
} KS_MPEG2Level;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ks_mpeg2level)

KS_MPEG2Level enumeration

Description

The KS_MPEG2Level enumeration describes MPEG-2 levels.

Constants

KS_MPEG2Level_Low

Specifies the low MPEG-2 resolution, or 352 × 240 at 30 frames per second.

KS_MPEG2Level_Main

Specifies the main MPEG-2 resolution, or 720 × 480 at 30 frames per second.

KS_MPEG2Level_High1440

Specifies the high-1440 MPEG-2 resolution, or 1440 × 1152 at 30 frames per second.

KS_MPEG2Level_High

Specifies the high MPEG-2 resolution, or 1920 × 1080 at 30 frames per second.

See also

KS_MPEGVIDEOINFO2