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 --- .../vorbis/doc/vorbisfile/ov_time_seek_page.html | 83 ---------------------- 1 file changed, 83 deletions(-) delete mode 100644 contrib/vorbis/doc/vorbisfile/ov_time_seek_page.html (limited to 'contrib/vorbis/doc/vorbisfile/ov_time_seek_page.html') diff --git a/contrib/vorbis/doc/vorbisfile/ov_time_seek_page.html b/contrib/vorbis/doc/vorbisfile/ov_time_seek_page.html deleted file mode 100644 index 271d575..0000000 --- a/contrib/vorbis/doc/vorbisfile/ov_time_seek_page.html +++ /dev/null @@ -1,83 +0,0 @@ - - - -Vorbisfile - function - ov_time_seek_page - - - - - - - - - -

Vorbisfile documentation

vorbisfile version 1.3.2 - 20101101

- -

ov_time_seek_page

- -

declared in "vorbis/vorbisfile.h";

- -

For seekable -streams, this seeks to closest full page preceding the given time. This function is faster than ov_time_seek because it doesn't seek through the last few samples to reach an exact time, but it is also less accurate. This should be used when speed is important. -

This function 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_page(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