liboggplay 0.3.0
|
Go to the source code of this file.
Functions | |
OggPlayErrorCode | oggplay_seek (OggPlay *me, ogg_int64_t milliseconds) |
Seeks to a requested position. More... | |
OggPlayErrorCode oggplay_seek | ( | OggPlay * | me, |
ogg_int64_t | milliseconds | ||
) |
Seeks to a requested position.
me | OggPlay handle associated with the stream |
milliseconds |
E_OGGPLAY_OK | on success |
E_OGGPLAY_BAD_OGGPLAY | the supplied OggPlay handle was invalid |
E_OGGPLAY_CANT_SEEK | error occured while trying to seek |
E_OGGPLAY_OUT_OF_MEMORY | ran out of memory while trying to allocate the new buffer and trash. |