Vorbisfile documentation |
vorbisfile version 1.68 - 20030307 |
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 © 2003 Xiph.org |
|
Vorbisfile documentation |
vorbisfile version 1.68 - 20030307 |