Tao.Sdl SDK Documentation |
|
Sdl.SDL_CDPlay Method
Play a CD.
[Visual Basic]
Public Shared Function SDL_CDPlay( _
ByVal
cdrom As
IntPtr, _
ByVal
start As
Integer, _
ByVal
length As
Integer _
) As
Integer
Parameters
-
cdrom
-
-
start
-
-
length
-
Return Value
It returns 0, or -1 if there was an error.
Remarks
Plays the given cdrom, starting a frame start for length frames.
Binds to C-function in SDL_cdrom.h
int SDL_CDPlay(SDL_CD *cdrom, int start, int length)
See Also
Sdl Class | Tao.Sdl Namespace | SDL_CDPlayTracks | SDL_CDStop