C | |
| close [Vorbis.Iofile] | |
| close_dec_file [Vorbis] |
Close an ogg/vorbis file opened for decoding.
|
| create_encoder [Vorbis] |
Create a new encoder.
|
| create_encoder_opt [Vorbis] |
Same as
create_encoder but with option arguments.
|
D | |
| decode [Vorbis] | decode dec_file buf ofs len decodes len octets of wav (should be the
same size as buf, a typical value
for len is 4096) and put them in buf starting at position
pos.
|
E | |
| encode_buffer [Vorbis] |
Encode a wav buffer into ogg.
|
| encode_buffer_part [Vorbis] |
Same as
encode_buffer excepting that encode_buffer_part enc buf ofs len
only encodes len bytes of buffer buf starting at offset ofs (in
bytes).
|
| encoder_reset [Vorbis] |
Reset the encoder state to a fresh, initialized state with the given metadata
|
| encoder_reset_opt [Vorbis] | |
F | |
| file_size [Vorbis.Info] |
Get the size of a given file (in bytes).
|
| file_size [Vorbis] |
Get the size of a file (in bytes).
|
G | |
| get_comments [Vorbis.Info] |
Get the vorbis comments from a vorbis file.
|
| get_comments [Vorbis] |
Get the vorbis comments from a file (see
Info.get_comments).
|
| get_dec_file_bitstream [Vorbis] |
Get the index of the sequential logical bitstream currently being decoded
(incremented at chaining boundaries even for non-seekable streams).
|
| get_dec_file_comments [Vorbis] |
Get the vorbis comments from a vorbis file (see
Info.get_comments).
|
| get_dec_file_info [Vorbis] |
Get informations about a file being decoded.
|
| get_heuristical_info [Vorbis.Info] |
Same as get_info but uses a heuristic to find the duration of
the vorbis file without reading every page header.
|
| get_info [Vorbis.Info] |
Get the information in the header of a vorbis file with a safe
value of duration.
|
| get_info [Vorbis] |
Get the vorbis information from the file header.
|
L | |
| lseek [Vorbis.Iofile] | |
O | |
| open_dec_fd [Vorbis] |
Same as
open_dec_file but uses a file descriptor instead of a file name.
|
| open_dec_file [Vorbis] |
Open an ogg/vorbis file for decoding.
|
| open_dec_stream [Vorbis] | open_dec_stream read_func seek_func close_func tell_func params opens a
stream like open_dec_file for decoding but callbacks are used to
manipulate the data.
|
| openfile [Vorbis.Iofile] | |
R | |
| read [Vorbis.Iofile] | |
S | |
| set_charset [Vorbis] |
Set the current charset.
|