Whole document tree
    

Whole document tree

vorbisfile - function - ov_seekable

vorbisfile documentation

vorbisfile version 1.25 - 20000615

ov_seekable

declared in "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 vorbisfile functions. Once this has been called, the same OggVorbis_File struct should be passed to all the vorbisfile functions.

Return Values

  • 0 indicates that the file is not seekable.
  • 1 indicates that the file is seekable.



  • copyright © 2000 vorbis team

    Ogg Vorbis
    team@vorbis.org

    vorbisfile documentation

    vorbisfile version 1.25 - 20000615