Vorbisfile documentation |
libVorbisfile version 1.65 - 20020702 |
declared in "vorbis/codec.h" "vorbis/vorbisfile.h"で定義されている
The vorbis_info structure contains basic information about the audio in a vorbis bitstream.
vorbis_info構造体はVorbisビットストリーム内の音声の基本的な情報をもっている。
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 © 2002 Xiph.org |
|
Vorbisfile documentation |
libVorbisfile version 1.65 - 20020702 |