Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/macos/libvorbis.mcp.exp @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

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