FOURCCMap::FOURCCMap constructor (Fourcc.h) - No parameters

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Constructor method. The constuctor provides the mapping between old-style multimedia format DWORD types and GUID subtypes.

Syntax

FOURCCMap();

Parameters

This constructor has no parameters.

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

Requirement Value
Header Fourcc.h (include Streams.h)
Library Strmbase.lib (retail builds); Strmbasd.lib (debug builds)

See also

FOURCCMap Class