Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_test_open

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

Finish opening a file partially opened with ov_test() or ov_test_callbacks().
ov_test()ov_test_callbacks() によって 部分的に開かれたファイルを完全に開く。


int ov_test_open(OggVorbis_File *vf);

Parameters

vf
A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile functions. Once this has been called, the same OggVorbis_File struct should be passed to all the libvorbisfile functions.
OggVorbis_File構造体へのポインタ。 これはすべての対外的に可視であるlibvorbisfileの関数で使用される。 一度この関数が呼ばれると同じ OggVorbis_File構造体が すべてのlibvorbisfileの関数に渡されなければならない。

Return Values

  • 0 for success 0は成功を示す
  • less than zero for failure: 0は未満の時は失敗である



  • copyright © 2002 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    libVorbisfile version 1.65 - 20020702