SYNOPSIS
#include <roaraudio.h>
int roar_stream_connect(struct roar_connection * con, struct roar_stream * s, int dir);
PARAMETERS
- con
-
The connection to the sound server
- s
-
The stream object to connect.
- dir
-
The direction of the new stream.
See roar_simple_stream(3) for details.
RETURN VALUE
On success these calls return 0. On error, -1 is returned.
EXAMPLES
FIXME