From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- contrib/vorbis/doc/vorbisfile/ov_time_seek.html | 82 ------------------------- 1 file changed, 82 deletions(-) delete mode 100644 contrib/vorbis/doc/vorbisfile/ov_time_seek.html (limited to 'contrib/vorbis/doc/vorbisfile/ov_time_seek.html') diff --git a/contrib/vorbis/doc/vorbisfile/ov_time_seek.html b/contrib/vorbis/doc/vorbisfile/ov_time_seek.html deleted file mode 100644 index ec19ce3..0000000 --- a/contrib/vorbis/doc/vorbisfile/ov_time_seek.html +++ /dev/null @@ -1,82 +0,0 @@ - - - -Vorbisfile - function - ov_time_seek - - - - - - - - - -

Vorbisfile documentation

vorbisfile version 1.3.2 - 20101101

- -

ov_time_seek

- -

declared in "vorbis/vorbisfile.h";

- -

For seekable -streams, this seeks to the given time. For implementing seeking in a player, -this is the only function generally needed. This also updates everything needed within the -decoder, so you can immediately call ov_read() and get data from -the newly seeked to position. This function does not work for unseekable streams. - -

- - - - -
-

-int ov_time_seek(OggVorbis_File *vf, double s);
-
-
- -

Parameters

-
-
vf
-
Pointer to our already opened and initialized OggVorbis_File structure.
-
pos
-
Location to seek to within the file, specified in seconds.
-
- - -

Return Values

-
-
- -

-
- - - - - - - - -

copyright © 2000-2010 Xiph.Org

Ogg Vorbis

Vorbisfile documentation

vorbisfile version 1.3.2 - 20101101

- - - - -- cgit v1.1