logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

roar_stream_connect - Connect a stream to RoarAudio's sound server

Description

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

Examples

       FIXME

Name

       roar_stream_connect - Connect a stream to RoarAudio's sound server

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.

See Also

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

RoarAudio                                           May 2011                              roar_stream_connect(3)

Synopsis

       #include <roaraudio.h>

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

See Also