#include <RainMusic.h>
Public Methods | |
FileNameContainer (void) | |
~FileNameContainer (void) | |
void | SetType (bool bNewType) |
bool | GetType (void) |
UINT | GetTotalFileNames (void) |
int | GetFileNameBI (UINT uIndex, char *szBuffer) |
void | AddFileName (char *szFileName) |
Protected Attributes | |
FileNameNode * | m_pFileNameList |
UINT | m_uTotalFileNames |
bool | m_bType |
Friends | |
class | AllAudio |
|
Default Constructor. |
|
Default Destructor. |
|
Places the string value szFileName at the end of the linked list |
|
Sets string Buffer equal to the string at index uIndex in the linked list. Returns 0 if index does not exist. |
|
Returns the total number of nodes in the linked list as a unsined int. |
|
Returns AUDIO_TYPE bool. |
|
Use AUDIO_TYPE_MUSIC or AUDIO_TYPE_SOUND for bNewType. |
|
|
|
|
|
|
|
|