FOURCCMap::FOURCCMap (Windows Embedded CE 6.0)
1/6/2010
Constructs a FOURCCMap object. Provides a mapping between old-style multimedia format DWORD types and new-style GUID types.
Syntax
FOURCCMap( );
FOURCCMap(
DWORD Fourcc
);
FOURCCMap(
const GUID* pguid
);
Parameters
- Fourcc
DWORD media tag formerly used for Microsoft multimedia types.
- pguid
Globally unique identifier (GUID).
Return Value
None.
Remarks
If this object is constructed with the FOURCC code, a GUID is created to match it. If this object is created with an existing GUID, the FOURCC value of the object is set to zero. Thereafter, the FOURCC value can be set or retrieved using the SetFOURCC and GetFOURCC member functions, respectively.
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 |