Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CMediaType::ResetFormatBuffer
The ResetFormatBuffer method deletes the format block. The method sets the cbFormat and pbFormat members of the AM_MEDIA_TYPE structure to NULL.
Syntax
void ResetFormatBuffer(void);
Requirements
** Header:** Declared in Mtype.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also