Line | |
---|
1 | ### From "vorbis/codec.h" |
---|
2 | |
---|
3 | # Vorbis PRIMITIVES: general |
---|
4 | |
---|
5 | vorbis_info_init |
---|
6 | vorbis_info_clear |
---|
7 | vorbis_info_blocksize |
---|
8 | vorbis_comment_init |
---|
9 | vorbis_comment_add |
---|
10 | vorbis_comment_add_tag |
---|
11 | vorbis_comment_query |
---|
12 | vorbis_comment_query_count |
---|
13 | vorbis_comment_clear |
---|
14 | |
---|
15 | vorbis_block_init |
---|
16 | vorbis_block_clear |
---|
17 | vorbis_dsp_clear |
---|
18 | vorbis_granule_time |
---|
19 | |
---|
20 | # Vorbis PRIMITIVES: analysis/DSP layer |
---|
21 | |
---|
22 | vorbis_analysis_init |
---|
23 | vorbis_commentheader_out |
---|
24 | vorbis_analysis_headerout |
---|
25 | vorbis_analysis_buffer |
---|
26 | vorbis_analysis_wrote |
---|
27 | vorbis_analysis_blockout |
---|
28 | vorbis_analysis |
---|
29 | vorbis_bitrate_addblock |
---|
30 | vorbis_bitrate_flushpacket |
---|
31 | |
---|
32 | # Vorbis PRIMITIVES: synthesis layer |
---|
33 | |
---|
34 | vorbis_synthesis_headerin |
---|
35 | vorbis_synthesis_init |
---|
36 | vorbis_synthesis_restart |
---|
37 | vorbis_synthesis |
---|
38 | vorbis_synthesis_trackonly |
---|
39 | vorbis_synthesis_blockin |
---|
40 | vorbis_synthesis_pcmout |
---|
41 | vorbis_synthesis_lapout |
---|
42 | vorbis_synthesis_read |
---|
43 | vorbis_packet_blocksize |
---|
44 | vorbis_synthesis_halfrate |
---|
45 | vorbis_synthesis_halfrate_p |
---|
Note: See
TracBrowser
for help on using the repository browser.