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 |
CBaseRenderer::HaveCurrentSample
The HaveCurrentSample method determines whether the filter has a sample.
Syntax
virtual BOOL HaveCurrentSample(void);
Return Value
Returns TRUE if the filter has a sample, or FALSE otherwise.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also