MPEG2Profile (Windows Embedded CE 6.0)
1/6/2010
This enumeration indicates the MPEG-2 video profile as specified in the MPEG-2 video standard (ISO13818-2).
Syntax
enum MPEG2Profile {
MPEG2Profile_Simple = 1,
MPEG2Profile_Main,
MPEG2Profile_SNRScalable,
MPEG2Profile_SpatiallyScalable,
MPEG2Profile_High
};
Elements
- MPEG2Profile_Simple
Simple.
- MPEG2Profile_Main
Main.
- MPEG2Profile_SNRScalable
Signal-to-noise ratio (SNR) scalable.
- MPEG2Profile_SpatiallyScalable
Spatially scalable.
- MPEG2Profile_High
High.
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |