Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_raw_tell

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

Returns the current offset in raw compressed bytes.
現在の位置を生の圧縮済みバイト数で返す。


ogg_int64_t ov_raw_tell(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

  • n indicates the current offset in bytes.
    n は現在の位置をバイト数で示す。
  • OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist.
    OV_EINVAL は引数が無効であることを意味する。 この場合、要求されたビットストリームが存在しなかった。



  • copyright © 2002 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    libVorbisfile version 1.65 - 20020702