Rediger

Del via


FOURCCMap::SetFOURCC method

[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.]

Sets the FOURCC portion of the FOURCCMap object.

Syntax

void SetFOURCC(
   const GUID *pguid
);

Parameters

pguid

Pointer to the returned globally unique identifier (GUID) part of the FOURCCMap object.

Return value

No return value.

Requirements

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

See also

FOURCCMap Class