Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_comment

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

Returns a pointer to the vorbis_comment struct for the specified bitstream. For nonseekable streams, returns the struct for the current bitstream.
指定されたビットストリームの vorbis_comment 構造体へのポインタを返す。移動不可能なストリームでは現在のビットストリームの構造体を返す。




vorbis_comment *ov_comment(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 だと思われる。
Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the vorbis_comment struct for the current bitstream, this parameter should be set to -1.
要求する論理ビットストリームへのリンク。移動不可能なファイルではこの引数は無視される。現在のビットストリームの vorbis_comment 構造体を取り出すには、このパラメータに -1 をセットする。

Return Values

  • Returns the vorbis_comment struct for the specified bitstream.
    指定されたビットストリームの構造体を返す。
  • 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