int roar_simple_new_stream(struct roar_connection * con, int rate, int channels, int bits, int codec, int dir);
int roar_simple_new_stream_obj(struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int
codec, int dir);
DESCRIPTION
Opens a new stream to the sound server as a independet file handle (not an execed one). This is useful if you still want
some meta data or the volume to be updated after the stream is open.
PARAMETERS
con
The "parent" connection. This is a valid open controll connection as opend via roar_simple_connect(3).
s
The stream object to be updated to corresponde to the new stream. This is useful if use want to update some meta data
after the stream has be opened as you can use all controll commands on this object.