Changeset 4646:2f04c98f3da3 in roaraudio
- Timestamp:
- 12/05/10 17:00:44 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libroar.ckport
r4569 r4646 304 304 roar_buffer_ref ok 305 305 roar_buffer_unref ok 306 roar_buffer_ring_avail ok 307 roar_buffer_ring_reset ok 306 308 307 309 # Some internal functions: … … 340 342 # Streams: 341 343 roar_stream_connect ok 344 roar_stream_connect2 ok 342 345 roar_stream_new ok 343 346 roar_stream_set_rel_id ok … … 380 383 roar_str2codec ok 381 384 roar_codec2str ok 385 roar_codec2mime ok 386 roar_mime2codec ok 382 387 roar_streamstate2str ok 383 388 roar_str2role ok … … 426 431 roar_terminate ok 427 432 roar_server_oinfo legacy depends on mixer 433 roar_server_oinfo2 ok 428 434 429 435 roar_list ok … … 673 679 roar_vs_blocking ok 674 680 roar_vs_new_from_con maybe 675 roar_vs_sync wip681 roar_vs_sync ok 676 682 roar_vs_volume_get ok 677 683 roar_vs_stream ok … … 690 696 roar_vs_role ok 691 697 698 roar_vs_ctl likely This is for internal use mostly 699 roar_vs_run ok 700 roar_vs_iterate ok 701 roar_vs_reset_buffer maybe This should be avoided as it may desync codecs 702 roar_vs_new_from_file ok 703 roar_vs_buffer ok 704 roar_vs_file ok 705 roar_vs_file_simple ok 706 roar_vs_get_avail_read ok 707 roar_vs_get_avail_write ok 708 roar_vs_write_direct internal 709 692 710 # Server enumeration 693 711 roar_enum_servers ok … … 754 772 # Filters: 755 773 roar_filter_match likely This is for internal use mostly 774 775 # Base64 encoding: 776 roar_base64_uninit ok 777 roar_base64_init ok 778 roar_base64_is_eof ok 779 roar_base64_decode ok 780 roar_base64_encode ok 756 781 757 782 # Crypto API: … … 784 809 _export internal 785 810 811 # CRC API: 812 roar_crc24_add ok 786 813 787 814 !TARGET: libroardsp0
Note: See TracChangeset
for help on using the changeset viewer.