Vorbisfile documentation

libVorbisfile version 1.65 - 20020702

ov_time_tell

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

Returns the current decoding offset in seconds.
現在の位置を秒数で返す。


double ov_time_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 decoding time offset in seconds.
    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