Struct AudioStreamOGGVorbis
OGG Vorbis audio stream driver.
struct AudioStreamOGGVorbis
;
Properties
| Name | Type | Description |
|---|---|---|
data[get, set]
|
PoolArray!(ubyte) | Contains the audio data in bytes. |
loop[get, set]
|
bool | If true, the stream will automatically loop when it reaches the end.
|
loopOffset[get, set]
|
double | Time in seconds at which the stream starts after being looped. |
Methods
| Name | Description |
|---|---|
getData
|
|
getLoopOffset
|
|
hasLoop
|
|
setData
|
|
setLoop
|
|
setLoopOffset
|