#include <stream.h>
Public Methods | |
| Stream (const char *filename) | |
| Create a stream. | |
| void | play () |
| Play the file. | |
| void | stop () |
| Stop playing. | |
| void | rewind () |
| Go back to the beginning of the vorbis file. | |
| bool | isPlaying () |
| Check if this stream is playing. | |
| bool | update () |
| Refill the buffers for the stream. | |
Definition at line 14 of file stream.h.
|
|
Create a stream.
Definition at line 6 of file stream.cpp. |
|
|
Go back to the beginning of the vorbis file. Any currently decoded audio remains buffered Definition at line 14 of file stream.cpp. |
|
|
Refill the buffers for the stream.
Definition at line 16 of file stream.cpp. |
1.2.18