CMediaSample::m_lActual
Microsoft DirectShow 9.0 |
CMediaSample::m_lActual
Length of the valid data in the buffer, in bytes. The value must be equal to or less than the size of the buffer, specified by the CMediaSample::m_cbBuffer member variable.
Syntax
LONG m_lActual;
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also