Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
AM_MPEG2Profile Enumeration
Indicates an MPEG-2 video profile as specified in the MPEG-2 video standard (ISO13818-2).
Syntax
enum AM_MPEG2Profile {
AM_MPEG2Profile_Simple = 1,
AM_MPEG2Profile_Main,
AM_MPEG2Profile_SNRScalable,
AM_MPEG2Profile_SpatiallyScalable,
AM_MPEG2Profile_High
};
Members
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
Include Dvdmedia.h
See Also