cd_position()

From ENIGMA
Jump to navigation Jump to search

Description

Gets the current playback position of the CD in milliseconds and returns the result.

Parameters

Parameter Description
none This function does not have any parameters.

Return Values

unsigned long: Returns the playback position of the CD in milliseconds.

Example Call

// demonstrates getting the playback position of the cd
var pos;
pos = cd_position();