next up previous 8
Next: Events Up: CD-Player Device Previous: Connection

Subsections

Actions

Play

cdAlias:play(int track);
int track: The CD-Track to play

Play Position

cdAlias:playpos(int track, int position);
int track: The CD-Track to play
int position: The Position to play from

Play Track

cdAlias:playtrack(int starttrack, int endtrack);
int starttrack: The CD-Track to start playing
int endtrack: The CD-Track to end playing

Play Track Position

cdAlias:playtrackpos(int starttrack, int endtrack, int position);
int starttrack: The CD-Track to start playing
int endtrack: The CD-Track to end playing
int position: The Position in the starttrack to play from

Play Frame

cdAlias:playframe(int startframe, int endframe);
int startframe: The Frame Position to start playing
int endframe: The Frame Position to end playing

Stop

cdAlias:stop(void);

Pause

cdAlias:pause(void);

Resume

cdAlias:resume(void);

Close

cdAlias:close(void);

Eject

cdAlias:eject(void);


next up previous 8
Next: Events Up: CD-Player Device Previous: Connection
Volker Christian 2000-10-24