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 |
COutputQueue::FreeSamples
The FreeSamples method frees all pending samples.
Syntax
void FreeSamples(void);
Remarks
This method removes any pending samples from the queue and from the sample array.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also