Share via


COutputQueue::IsIdle

 
Microsoft DirectShow 9.0

COutputQueue::IsIdle

The IsIdle method determines whether the object is waiting for data.

Syntax

  BOOL IsIdle(void);

Return Value

Returns TRUE if the thread is waiting and the sample array is empty. Otherwise, returns FALSE.

Requirements

**  Header:** Declared in Outputq.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also