Next: Events
Up: CD-Player Device
Previous: Connection
Subsections
cdAlias:play(int track);
- int track: The CD-Track to play
cdAlias:playpos(int track, int position);
- int track: The CD-Track to play
- int position: The Position to play from
cdAlias:playtrack(int starttrack, int endtrack);
- int starttrack: The CD-Track to start playing
- int endtrack: The CD-Track to end playing
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
cdAlias:playframe(int startframe, int endframe);
- int startframe: The Frame Position to start playing
- int endframe: The Frame Position to end playing
cdAlias:stop(void);
cdAlias:pause(void);
cdAlias:resume(void);
cdAlias:close(void);
cdAlias:eject(void);
Next: Events
Up: CD-Player Device
Previous: Connection
Volker Christian
2000-10-24