CMediaType::IsFixedSize
Microsoft DirectShow 9.0 |
CMediaType::IsFixedSize
The IsFixedSize method determines if the samples have a fixed size or a variable size.
Syntax
BOOL IsFixedSize(void) const;
Return Value
Returns the value of the bFixedSizeSamples member.
Requirements
** Header:** Declared in Mtype.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also