#include <soundio.h>
Public Member Functions | |
bool | First (void) |
Move the internal cursor to the beginning of the list. | |
bool | Next (void) |
Move the internal cursor to the next element of the list. | |
const char * | GetName (void) const |
Retrieve the name of the current list entry. | |
const char * | GetDesc (void) const |
Retrieve the human-readable description of the current list entry. |
An instance of this class is returned by SoundIoManager::GetDriverInfo() to describe local sound card devices discovered during probing.
bool First | ( | void | ) | [inline] |
Move the internal cursor to the beginning of the list.
true | List is nonempty | |
false | List is empty |
bool Next | ( | void | ) | [inline] |
Move the internal cursor to the next element of the list.
true | End of list has not been reached | |
false | End of list has been reached |