IXACTCue::Pause

Pause or resume playback of a cue instance.

HRESULT Pause(
  BOOL fPause
);

Parameters

fPause
[in] Action to take. If TRUE, playback is paused. If FALSE, playback resumes.

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

A stopping or stopped cue cannot be paused.

Requirements

Header: Declared in Xact.h.