CMediaType::FormatLength
Microsoft DirectShow 9.0 |
CMediaType::FormatLength
The FormatLength method retrieves the length of the format block.
Syntax
ULONG FormatLength(void) const;
Return Value
Returns the cbFormat member.
Requirements
** Header:** Declared in Mtype.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also