Changeset 4806:988c888752c2 in roaraudio for include/libroar/simple.h


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.