Struct daisy::WavPlayer::IoRequest¶
Public Types¶
| Type | Name |
|---|---|
| enum | Type |
Public Attributes¶
| Type | Name |
|---|---|
| size_t | data |
| Type | type |
Public Functions¶
| Type | Name |
|---|---|
| IoRequest (Type t, size_t val) |
|
| IoRequest () |
|
| ~IoRequest () |
Detailed Description¶
Request containing necessary data to seek, or refill the streaming FIFO of samples
Public Types Documentation¶
enum Type¶
Public Attributes Documentation¶
variable data¶
multi-purpose value for size/position depending on type of request. For read requests this will be the qty of samples to request. For seek requests this will be the position in samples to jump to.
variable type¶
type of request to be made
Public Functions Documentation¶
function IoRequest [½]¶
Constructor for IoRequest:
function IoRequest [2/2]¶
function ~IoRequest¶
The documentation for this class was generated from the following file external-docs/libDaisy/src/util/WavPlayer.h