FOURCCMap::GetFOURCC
Microsoft DirectShow 9.0 |
FOURCCMap::GetFOURCC
Retrieves the FOURCC DWORD from the FOURCCMap object.
Syntax
DWORD GetFOURCC(void);
Return Value
Returns the FOURCC DWORD value. Note that if you construct a GUID that was not originally derived from FOURCC, the return value will be essentially random.
Requirements
** Header:** Declared in Fourcc.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also