Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_info

declared in "vorbis/vorbisfile.h";  "vorbis/vorbisfile.h"で定義されている

Returns the vorbis_info struct for the specified bitstream. For nonseekable files, always returns the current vorbis_info struct.
指定したビットストリームの vorbis_info 構造体を返す。 移動不可能なファイルでは常に現在の vorbis_info 構造体を返す。


vorbis_info *ov_info(OggVorbis_File *vf,int link);

Parameters

vf
A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile functions.
OggVorbis_File構造体へのポインタ。 これはすべての対外的に可視であるlibvorbisfileの関数で使用される。
i
Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the vorbis_info struct for the current bitstream, this parameter should be set to -1.
要求する論理ビットストリームへのリンク。移動不可能なファイルではこの引数は無視される。現在のビットストリームの vorbis_info 構造体を取り出すには、このパラメータに -1 をセットする。

Return Values

  • Returns the vorbis_info struct for the specified bitstream. Returns vorbis_info for current bitstream if the file is nonseekable or i=-1.
    指定されたビットストリームの vorbis_info 構造体を返す。 ファイルが移動できないか、i が -1 の場合は現在のビットストリームの vorbis_info を返す。
  • NULL if the specified bitstream does not exist or the file has been initialized improperly.
    指定したビットストリームが存在しないか、ファイルが正しく初期化されていない場合は NULL を返す。



  • copyright © 2002 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    libVorbisfile version 1.65 - 20020702