CDeferredCommand::IsStreamTime

 
Microsoft DirectShow 9.0

CDeferredCommand::IsStreamTime

The IsStreamTime method specifies whether the command is to be run at stream time or presentation time.

Syntax

  BOOL IsStreamTime(void);

Return Value

Returns TRUE if set to stream time; otherwise, returns FALSE.

Requirements

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

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

See Also