IRecorder::Play Method

Starts the playback of the loaded session file.

IDL

[id(0x000000CC)]

HRESULT _stdcall Play([in] long From, [in] long To);

Parameters

Parameters

Description

[in] long From

Entry of playback start.

[in] long To

Last entry to play.

Description

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 minus 1, or -1 in both parameters.

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

Group

IRecorder Methods