#include <utility.h>
Inheritance diagram for audiere::UnseekableSource:


Public Methods | |
| bool ADR_CALL | isSeekable () |
| int ADR_CALL | getLength () |
| void ADR_CALL | setPosition (int) |
| int ADR_CALL | getPosition () |
|
|
Implements audiere::SampleSource. Definition at line 93 of file utility.h. References ADR_CALL. |
|
|
Returns the current position within the sample source.
Implements audiere::SampleSource. Definition at line 95 of file utility.h. References ADR_CALL. |
|
|
Implements audiere::SampleSource. Definition at line 92 of file utility.h. References ADR_CALL. |
|
|
Sets the current position within the sample source. If the stream is not seekable, this method does nothing.
Implements audiere::SampleSource. Definition at line 94 of file utility.h. References ADR_CALL. |
1.2.17