RedBook
Engine/source/platform/platformRedBook.h
Public Types
enum
_Anonymous_ { PlayFinished = 0 }
Private Static Attributes
Public Static Functions
bool
close()
const char *
const char *
bool
getTrackCount(U32 * )
bool
open(RedBookDevice * )
setLastError(const char * )
bool
stop()
Detailed Description
Public Types
@139
Enumerator
- PlayFinished = 0
Private Static Attributes
RedBookDevice * smCurrentDevice
Vector< RedBookDevice * > smDeviceList
char smLastError []
Public Static Functions
close()
destroy()
getCurrentDevice()
getDeviceCount()
getDeviceName(U32 )
getLastError()
getTrackCount(U32 * )
getVolume(F32 * )
handleCallback(U32 )
init()
installDevice(RedBookDevice * )
open(const char * )
open(RedBookDevice * )
play(U32 )
setLastError(const char * )
setVolume(F32 )
stop()