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

Vorbisfile documentation

vorbisfile version 1.3.2 - 20101101

- -

ov_pcm_seek

- -

declared in "vorbis/vorbisfile.h";

- -

Seeks to the offset specified (in pcm samples) within the physical bitstream. This function only works for seekable streams. -

This also updates everything needed within the -decoder, so you can immediately call ov_read() and get data from -the newly seeked to position. -

- -

- - - - -
-

-int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos);
-
-
- -

Parameters

-
-
vf
-
A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile -functions.
-
pos
-
Position in pcm samples to seek to in the bitstream.
-
- - -

Return Values

-
-
- -

-
- - - - - - - - -

copyright © 2000-2010 Xiph.Org

Ogg Vorbis

Vorbisfile documentation

vorbisfile version 1.3.2 - 20101101

- - - - -- cgit v1.1