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_simple_get_standby - Get RoarAudio's standby state

Description

       Asks the server for it's standby state.

       This function is marked obsolete and will be removed soon. Use roar_get_standby(3).

Examples

       FIXME

Name

       roar_simple_get_standby - Get RoarAudio's standby state

Parameters

fh     FIXME

Return Value

       On success this call return ROAR_STANDBY_ACTIVE or ROAR_STANDBY_INACTIVE.  On error, -1 is returned.

See Also

roar_get_standby(3), libroar(7), RoarAudio(7).

RoarAudio                                           May 2011                          roar_simple_get_standby(3)

Synopsis

       #include <roaraudio.h>

       int roar_simple_get_standby(int fh);

See Also