KS_MPEG2Profile - NtDoc

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

typedef enum {
  KS_MPEG2Profile_Simple,
  KS_MPEG2Profile_Main,
  KS_MPEG2Profile_SNRScalable,
  KS_MPEG2Profile_SpatiallyScalable,
  KS_MPEG2Profile_High
} KS_MPEG2Profile;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KS_MPEG2Profile enumeration

Description

The KS_MPEG2Profile enumeration describes MPEG-2 profiles.

Constants

KS_MPEG2Profile_Simple

Specifies the simple MPEG-2 profile, generally intended for software applications and some cable television.

KS_MPEG2Profile_Main

Specifies the main MPEG-2 profile, generally intended for cable or satellite television.

KS_MPEG2Profile_SNRScalable

Similar to KS_MPEG2Profile_Main, with scalable signal-to-noise.

KS_MPEG2Profile_SpatiallyScalable

Similar to KS_MPEG2Profile_Main, with spatial scalability.

KS_MPEG2Profile_High

Similar to KS_MPEG2Profile_Main, with spatial scalability, scalable signal-to-noise, and 4:2:2 macroblocks.

See also

KS_MPEGVIDEOINFO2