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/libvorbis/vorbis_info.html | 80 --------------------------- 1 file changed, 80 deletions(-) delete mode 100644 contrib/vorbis/doc/libvorbis/vorbis_info.html (limited to 'contrib/vorbis/doc/libvorbis/vorbis_info.html') diff --git a/contrib/vorbis/doc/libvorbis/vorbis_info.html b/contrib/vorbis/doc/libvorbis/vorbis_info.html deleted file mode 100644 index 2a06c06..0000000 --- a/contrib/vorbis/doc/libvorbis/vorbis_info.html +++ /dev/null @@ -1,80 +0,0 @@ - - - -libvorbis - datatype - vorbis_info - - - - - - - - - -

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- -

vorbis_info

- -

declared in "vorbis/codec.h"

- -

-The vorbis_info structure contains basic information about the audio in a vorbis bitstream. -

- - - - - -
-
typedef struct vorbis_info{
-  int version;
-  int channels;
-  long rate;
-  
-  long bitrate_upper;
-  long bitrate_nominal;
-  long bitrate_lower;
-  long bitrate_window;
-
-  void *codec_setup;
-
-} vorbis_info;
-
- -

Relevant Struct Members

-
-
version
-
Vorbis encoder version used to create this bitstream.
-
channels
-
Int signifying number of channels in bitstream.
-
rate
-
Sampling rate of the bitstream.
-
bitrate_upper
-
Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.
-
bitrate_nominal
-
Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.
-
bitrate_lower
-
Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.
-
bitrate_window
-
Currently unset.
- -
codec_setup
-
Internal structure that contains the detailed/unpacked configuration for decoding the current Vorbis bitstream.
-
- - -

-
- - - - - - - - -

copyright © 2000-2010 Xiph.Org

Ogg Vorbis

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- - - - -- cgit v1.1