FOURCCMap::FOURCCMap (Windows CE 5.0)

Send Feedback

Constructs a FOURCCMap object. Provides a mapping between old-style multimedia format DWORD types and new-style GUID types.

FOURCCMap( );

FOURCCMap(DWORDFourcc);FOURCCMap(const GUID* pguid);

Parameters

  • Fourcc
    DWORD media tag formerly used for Microsoft multimedia types.
  • pguid
    Globally unique identifier (GUID).

Return Values

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

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.