Chris@1: Chris@1: Chris@1:
Chris@1:Vorbisfile documentation |
Chris@1: vorbisfile version 1.3.2 - 20101101 |
Chris@1:
Libvorbisfile contains many functions to get information about bitstream attributes and decoding status. Chris@1:
Chris@1: All libvorbisfile file information routines are declared in "vorbis/vorbisfile.h". Chris@1:
Chris@1: Chris@1:
function | Chris@1:purpose | Chris@1:
ov_bitrate | Chris@1:Returns the average bitrate of the current logical bitstream. | Chris@1:
ov_bitrate_instant | Chris@1:Returns the exact bitrate since the last call of this function, or -1 if at the beginning of the bitream or no new information is available. | Chris@1:
ov_streams | Chris@1:Gives the number of logical bitstreams within the current physical bitstream. | Chris@1:
ov_seekable | Chris@1:Indicates whether the bitstream is seekable. | Chris@1:
ov_serialnumber | Chris@1:Returns the unique serial number of the specified logical bitstream. | Chris@1:
ov_raw_total | Chris@1:Returns the total (compressed) bytes in a physical or logical seekable bitstream. | Chris@1:
ov_pcm_total | Chris@1:Returns the total number of samples in a physical or logical seekable bitstream. | Chris@1:
ov_time_total | Chris@1:Returns the total time length in seconds of a physical or logical seekable bitstream. | Chris@1:
ov_raw_tell | Chris@1:Returns the byte location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached. | Chris@1:
ov_pcm_tell | Chris@1:Returns the sample location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached. | Chris@1:
ov_time_tell | Chris@1:Returns the time location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached. | Chris@1:
ov_info | Chris@1:Returns the vorbis_info struct for a specific bitstream section. | Chris@1:
ov_comment | Chris@1:Returns attached comments for the current bitstream. | Chris@1:
copyright © 2000-2010 Xiph.Org |
Chris@1: Chris@1: |
Vorbisfile documentation |
Chris@1: vorbisfile version 1.3.2 - 20101101 |
Chris@1: