Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_streams

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

Returns the number of logical bitstreams within our physical bitstream.
物理ビットストリームに存在する論理ビットストリームの数を返す。


long ov_streams(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

  • 1 indicates a single logical bitstream or an unseekable file.
    1 は単一の論理ビットストリームであるか、移動不可能なファイルであることを示す。
  • n indicates the number of logical bitstreams.
    n は論理ストリームの数を示す。



  • copyright © 2002 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    libVorbisfile version 1.65 - 20020702