#include "openalpp/export.h"
#include "openalpp/positionedobject.h"
#include "openalpp/error.h"
Go to the source code of this file.
Namespaces | |
namespace | openalpp |
Enumerations | |
enum | SourceState { Initial, Playing, Paused, Stopped } |
|
Enum for the different states of a source. When a source is created, it is in the Initial state. Rewind will return a source to this state. The other states should be obvious. |