Types
| Name | Value | Description |
|---|---|---|
Raw | std::vector<unsigned char> |
Constructors
| Name | Description |
|---|---|
Sound() |
Destructors
| Name | Description |
|---|---|
~Sound() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | void | |||
public | bool | const | isPlaying() | |
public | bool | play( std::function<void()> inCallback ) | ||
public | bool | const | isPaused() | |
public | bool | pause() | ||
public | bool | const | isStopped() | |
public | bool | stop() |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
private | m_status | |||
private | m_settings | |||
private | std::unique_ptr<class _Data> | m_data |