SYNOPSIS
#include <roaraudio.h>
int roar_simple_close(int fh);
DESCRIPTION
Closes a filehandle opened via roar_simple_play(3), roar_simple_monitor(3), roar_simple_record(3), roar_simple_filter(3) or roar_simple_new_stream(3).This function was removed in version 1.0beta0-pr0. Use roar_vs_close(3).
PARAMETERS
- fh
-
The filehandle to be closed.
RETURN VALUE
On success these calls return 0. On error, -1 is returned.