CRecorder::Play Method

Begins session playback.

C++

__stdcall HRESULT Play(long Fromlong To);

Parameters

Parameters

Description

long From

Entry of playback start.

long To

Last entry to play.

Remarks

To play a recorded session:

- Set the Filename property with the path and name of the session file to be played (the file with idx extension).

- Call Play with the range of entries to play.

To play an entire session, pass 0 and the Count property.

To play only a specific track, pass the Position of track to reproduce as From, and the Position of next track as To. For the last track, the To parameter must be the Count property of recorder.

Group

CRecorder Methods