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_vs_ctl - Interface to private internals of VS object

Description

       This  function  is  used  to access internals of the VS object. It is generally to be avoided to use this
       function.  Valid commands depend on library version. Commands are defined in a way  suitable  for  #ifdef
       checking.

Examples

       FIXME

Name

       roar_vs_ctl - Interface to private internals of VS object

Parameters

vss    The VS object to be altered.

       cmd    Specifies the command to use on object.

       argp   A pointer to the operant for the given command. Type depends on command. Must be NULL for commands
              not taking any argument.

       error  This  is  a pointer to a integer used to store the error value in case of error.  This can be NULL
              if not used but it is very recommended to use this error value to report good  error  messages  to
              the user.

Return Value

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

See Also

roarvs(7), libroar(7), RoarAudio(7).

RoarAudio                                           May 2011                                      roar_vs_ctl(3)

Synopsis

       #include <roaraudio.h>

       int     roar_vs_ctl           (roar_vs_t * vss, roar_vs_ctlcmd cmd, void * argp, int * error);

See Also