| libvorbisenc documentation | libvorbisenc release 1.1 - 20040709 | 
declared in "vorbis/codec.h"
The vorbis_info structure contains information about 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; | 
| copyright © 2004 vorbis team | |
| vorbisfile documentation | libvorbisenc release 1.1 - 20040709 |