Function 24, subfunction 1 - begin to play CD-audio.
Parameters:
- eax = 24 - function number
- ebx = 1 - subfunction number
- ecx = 0x00FRSSMM, where
- MM = starting minute
- SS = starting second
- FR = starting frame
Returned value:
- eax = 0 - success
- eax = 1 - CD base is not defined
Remarks:
- Previously CD base must be defined by the call to
subfunction 3 of function 21.
- One second includes 75 frames, one minute includes 60 seconds.
- The function is asynchronous (returns control, when play begins).