Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/macos/libogg.mcp.exp @ 15

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

added libogg

  • Property svn:executable set to *
File size: 969 bytes
Line 
1### From <ogg/ogg.h>
2
3# Ogg BITSTREAM PRIMITIVES: bitstream
4
5oggpack_writeinit
6oggpack_writetrunc
7oggpack_writealign
8oggpack_writecopy
9oggpack_reset
10oggpack_writeclear
11oggpack_readinit
12oggpack_write
13oggpack_look
14oggpack_look1
15oggpack_adv
16oggpack_adv1
17oggpack_read
18oggpack_read1
19oggpack_bytes
20oggpack_bits
21oggpack_get_buffer
22
23# Ogg BITSTREAM PRIMITIVES: encoding
24
25ogg_stream_packetin
26ogg_stream_pageout
27ogg_stream_flush
28
29# Ogg BITSTREAM PRIMITIVES: decoding
30
31ogg_sync_init
32ogg_sync_clear
33ogg_sync_reset
34ogg_sync_destroy
35
36ogg_sync_buffer
37ogg_sync_wrote
38ogg_sync_pageseek
39ogg_sync_pageout
40ogg_stream_pagein
41ogg_stream_packetout
42ogg_stream_packetpeek
43
44# Ogg BITSTREAM PRIMITIVES: general
45
46ogg_stream_init
47ogg_stream_clear
48ogg_stream_reset
49ogg_stream_reset_serialno
50ogg_stream_destroy
51ogg_stream_eos
52
53ogg_page_checksum_set
54
55ogg_page_version
56ogg_page_continued
57ogg_page_bos
58ogg_page_eos
59ogg_page_granulepos
60ogg_page_serialno
61ogg_page_pageno
62ogg_page_packets
63
64ogg_packet_clear
Note: See TracBrowser for help on using the repository browser.