Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -0,0 +1,65 @@
|
|||
EXPORTS
|
||||
;castxml --castxml-gccxml -o out.xml -I. -I../../opus/include/ opusfile.h
|
||||
;cat out.xml | grep Function | grep 'file=\"f39\"' | awk '{print $3;}' | sed 's/name=//g' | sed 's/"//g' | sort
|
||||
op_bitrate
|
||||
op_bitrate_instant
|
||||
op_channel_count
|
||||
op_current_link
|
||||
op_fdopen
|
||||
op_fopen
|
||||
op_free
|
||||
op_freopen
|
||||
op_head
|
||||
op_link_count
|
||||
op_mem_stream_create
|
||||
op_open_callbacks
|
||||
op_open_file
|
||||
op_open_memory
|
||||
op_open_url
|
||||
op_pcm_seek
|
||||
op_pcm_tell
|
||||
op_pcm_total
|
||||
op_raw_seek
|
||||
op_raw_tell
|
||||
op_raw_total
|
||||
op_read
|
||||
op_read_float
|
||||
op_read_float_stereo
|
||||
op_read_stereo
|
||||
op_seekable
|
||||
op_serialno
|
||||
op_set_decode_callback
|
||||
op_set_dither_enabled
|
||||
op_set_gain_offset
|
||||
op_tags
|
||||
op_test
|
||||
op_test_callbacks
|
||||
op_test_file
|
||||
op_test_memory
|
||||
op_test_open
|
||||
op_test_url
|
||||
op_url_stream_create
|
||||
op_url_stream_vcreate
|
||||
op_vopen_url
|
||||
op_vtest_url
|
||||
opus_granule_sample
|
||||
opus_head_parse
|
||||
opus_picture_tag_clear
|
||||
opus_picture_tag_init
|
||||
opus_picture_tag_parse
|
||||
opus_server_info_clear
|
||||
opus_server_info_init
|
||||
opus_tagcompare
|
||||
opus_tagncompare
|
||||
opus_tags_add
|
||||
opus_tags_add_comment
|
||||
opus_tags_clear
|
||||
opus_tags_copy
|
||||
opus_tags_get_album_gain
|
||||
opus_tags_get_binary_suffix
|
||||
opus_tags_get_track_gain
|
||||
opus_tags_init
|
||||
opus_tags_parse
|
||||
opus_tags_query
|
||||
opus_tags_query_count
|
||||
opus_tags_set_binary_suffix
|
Loading…
Add table
Add a link
Reference in a new issue