Changeset 4806:988c888752c2 in roaraudio for include


Ignore:
Timestamp:
03/25/11 03:40:16 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started with support for non-blocking server locating attempts.
Speed up SLP lookup without DA by about 6 sec.

Location:
include/libroar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r4708 r4806  
    7777 
    7878int roar_connect_raw  (char * server); 
     79int roar_connect_raw2 (char * server, int flags, uint_least32_t timeout); 
    7980 
    8081int roar_connect      (struct roar_connection * con, char * server); 
     82int roar_connect2     (struct roar_connection * con, char * server, int flags, uint_least32_t timeout); 
    8183int roar_connect_fh   (struct roar_connection * con, int fh); 
    8284int roar_get_connection_fh  (struct roar_connection * con); 
  • include/libroar/simple.h

    r4708 r4806  
    4040 
    4141int roar_simple_connect (struct roar_connection * con, char * server, char * name); 
     42int roar_simple_connect2(struct roar_connection * con, char * server, char * name, int flags, uint_least32_t timeout); 
    4243 
    4344int roar_simple_stream  (int rate, int channels, int bits, int codec, char * server, int dir, char * name); 
Note: See TracChangeset for help on using the changeset viewer.