SoundIoDeviceList Class Reference

Utility class used to communicate a list of detected sound card names and descriptions associated with each driver. More...

#include <soundio.h>

List of all members.

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.


Detailed Description

Utility class used to communicate a list of detected sound card names and descriptions associated with each driver.

An instance of this class is returned by SoundIoManager::GetDriverInfo() to describe local sound card devices discovered during probing.


Member Function Documentation

bool First ( void   )  [inline]

Move the internal cursor to the beginning of the list.

Return values:
true List is nonempty
false List is empty

bool Next ( void   )  [inline]

Move the internal cursor to the next element of the list.

Return values:
true End of list has not been reached
false End of list has been reached


The documentation for this class was generated from the following file:
Generated on Fri Jan 9 05:58:40 2009 for libhfp by  doxygen 1.5.4