AM_MPEG2Profile enumeration
Indicates an MPEG-2 video profile as specified in the MPEG-2 video standard (ISO13818-2).
Syntax
typedef enum AM_MPEG2Profile {
AM_MPEG2Profile_Simple,
AM_MPEG2Profile_Main,
AM_MPEG2Profile_SNRScalable,
AM_MPEG2Profile_SpatiallyScalable,
AM_MPEG2Profile_High
} ;
Constants
| AM_MPEG2Profile_Simple | Simple profile. |
| AM_MPEG2Profile_Main | Main profile. |
| AM_MPEG2Profile_SNRScalable | Signal to Noise Ratio (SNR) scalable profile |
| AM_MPEG2Profile_SpatiallyScalable | Spatially scalable profile. |
| AM_MPEG2Profile_High | High profile. |
Remarks
DVD video decoders should support AM_MPEG2Profile_Simple or AM_MPEG2Profile_Main.
Requirements
| Header | dvdmedia.h |