Vorbisfile documentation |
vorbisfile version 1.2.0 - 20070723 |
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; |
copyright © 2007 Xiph.org |
|
Vorbisfile documentation |
vorbisfile version 1.2.0 - 20070723 |