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