|
Audaspace 1.7.0
A high level audio library.
|
Defines the IHandle interface as well as possible states of the handle. More...
#include "Audaspace.h"

Go to the source code of this file.
Classes | |
| interface | IHandle |
| The IHandle interface represents a playback handles of a specific device. More... | |
Typedefs | |
| typedef void(* | stopCallback) (void *) |
| The stopCallback is called when a handle reaches the end of the stream and thus gets stopped. | |
Enumerations | |
| enum | Status { STATUS_INVALID = 0 , STATUS_PLAYING , STATUS_PAUSED , STATUS_STOPPED } |
| Status of a playback handle. More... | |
Defines the IHandle interface as well as possible states of the handle.
| typedef void(* stopCallback) (void *) |
The stopCallback is called when a handle reaches the end of the stream and thus gets stopped.
A user defined pointer is supplied to the callback.