Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_seekable

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

This indicates whether or not the bitstream is seekable.
ビットストリームが移動可能かどうかを返す。


long ov_seekable(OggVorbis_File *vf);

Parameters

vf
A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile functions.
OggVorbis_File構造体へのポインタ。 これはすべての対外的に可視であるlibvorbisfileの関数で使用される。

Return Values

  • 0 indicates that the file is not seekable.
    0 はファイルが移動不可能であることを示す。
  • nonzero indicates that the file is seekable.
    0以外はファイルが移動可能であることを示す。



  • copyright © 2002 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    libVorbisfile version 1.65 - 20020702