DOKK / manpages / debian 10 / libroar-dev / roar_stream_connect.3.en
roar_stream_connect(3) System Manager's Manual: RoarAudio roar_stream_connect(3)

roar_stream_connect - Connect a stream to RoarAudio's sound server

#include <roaraudio.h>

int roar_stream_connect(struct roar_connection * con, struct roar_stream * s, int dir);

This connects a new stream as created by roar_stream_new(3) to the server.

The connection to the sound server

The stream object to connect.

The direction of the new stream. See roar_simple_stream(3) for details.

On success these calls return 0. On error, -1 is returned.

FIXME

roar_stream_new(3), roar_simple_stream(3), libroar(7), RoarAudio(7).

May 2011 RoarAudio