| libvorbis documentation | libvorbis version 1.3.2 - 20101101 | 
declared in "vorbis/codec.h";
This function converts a granule position to a time for a given Vorbis stream.
| 
extern double   vorbis_granule_time(vorbis_dsp_state *v,
                                    ogg_int64_t granulepos);
 | 
The time (in seconds) corresponding to the granulepos. -1 if the given granulepos is negative 
| copyright © 2010 Xiph.Org | |
| libvorbis documentation | libvorbis version 1.3.2 - 20101101 |