Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/win32/VS2003/libvorbisfile/libvorbisfile.def @ 16

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

added libvorbis

File size: 516 bytes
Line 
1LIBRARY libvorbisfile
2EXPORTS
3ov_clear
4ov_open
5ov_open_callbacks
6;
7ov_test
8ov_test_callbacks
9ov_test_open
10;
11ov_bitrate
12ov_bitrate_instant
13;
14ov_streams
15ov_seekable
16ov_serialnumber
17;
18ov_raw_total
19ov_pcm_total
20ov_time_total
21;
22ov_raw_seek
23ov_pcm_seek
24ov_pcm_seek_page
25ov_time_seek
26ov_time_seek_page
27;
28ov_raw_seek_lap
29ov_pcm_seek_lap
30ov_pcm_seek_page_lap
31ov_time_seek_lap
32ov_time_seek_page_lap
33;
34ov_raw_tell
35ov_pcm_tell
36ov_time_tell
37;
38ov_info
39ov_comment
40;
41ov_read_float
42ov_read
43ov_crosslap
44;
45ov_halfrate
46ov_halfrate_p
47;
Note: See TracBrowser for help on using the repository browser.