From 55fa5e4de65d9add9a4fcb971850233b4b9289c9 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 10 May 2005 12:13:07 +0000 Subject: if you can not do it right the first time, you have to repeat your errors until you get it right: svn:eol-style native git-svn-id: https://svn.xiph.org/trunk/Tremor@9255 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- doc/seeking.html | 148 +++++++++++++++++++++++++++---------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/doc/seeking.html b/doc/seeking.html index 89b5135..652368a 100644 --- a/doc/seeking.html +++ b/doc/seeking.html @@ -1,74 +1,74 @@ - - - -Tremor - Seeking - - - - - - - - - -

Tremor documentation

Tremor version 1.0 - 20020403

- -

Seeking

-

Seeking functions allow you to specify a specific point in the stream to begin or continue decoding. -

-All libvorbisidec seeking routines are declared in "ivorbisfile.h". - -

Certain seeking functions are best suited to different situations. -When speed is important and exact positioning isn't required, -page-level seeking should be used. Note also that Vorbis files do not -necessarily start at a sample number or time offset of zero. Do not -be surprised if a file begins at a positive offset of several minutes -or hours, such as would happen if a large stream (such as a concert -recording) is chopped into multiple separate files. Requesting to -seek to a position before the beginning of such a file will seek to -the position where audio begins.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
functionpurpose
ov_raw_seekThis function seeks to a position specified in the compressed bitstream, specified in bytes.
ov_pcm_seekThis function seeks to a specific audio sample number, specified in pcm samples.
ov_pcm_seek_pageThis function seeks to the closest page preceding the specified audio sample number, specified in pcm samples.
ov_time_seekThis function seeks to the specific time location in the bitstream, specified in integer milliseconds. Note that this differs from the reference vorbisfile implementation, which takes seconds as a float.
ov_time_seek_pageThis function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.
- -

-


- - - - - - - - -

copyright © 2002 Xiph.org

Ogg Vorbis

Tremor documentation

Tremor version 1.0 - 20020403

- - - - + + + +Tremor - Seeking + + + + + + + + + +

Tremor documentation

Tremor version 1.0 - 20020403

+ +

Seeking

+

Seeking functions allow you to specify a specific point in the stream to begin or continue decoding. +

+All libvorbisidec seeking routines are declared in "ivorbisfile.h". + +

Certain seeking functions are best suited to different situations. +When speed is important and exact positioning isn't required, +page-level seeking should be used. Note also that Vorbis files do not +necessarily start at a sample number or time offset of zero. Do not +be surprised if a file begins at a positive offset of several minutes +or hours, such as would happen if a large stream (such as a concert +recording) is chopped into multiple separate files. Requesting to +seek to a position before the beginning of such a file will seek to +the position where audio begins.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
functionpurpose
ov_raw_seekThis function seeks to a position specified in the compressed bitstream, specified in bytes.
ov_pcm_seekThis function seeks to a specific audio sample number, specified in pcm samples.
ov_pcm_seek_pageThis function seeks to the closest page preceding the specified audio sample number, specified in pcm samples.
ov_time_seekThis function seeks to the specific time location in the bitstream, specified in integer milliseconds. Note that this differs from the reference vorbisfile implementation, which takes seconds as a float.
ov_time_seek_pageThis function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.
+ +

+


+ + + + + + + + +

copyright © 2002 Xiph.org

Ogg Vorbis

Tremor documentation

Tremor version 1.0 - 20020403

+ + + + -- cgit v1.2.1