.TH "roar_vs_ctl" "3" "May 2011" "RoarAudio" "RoarAudio Programmer's Manual" .SH NAME roar_vs_ctl \- Interface to private interals of VS object .SH SYNOPSIS #include int roar_vs_ctl (roar_vs_t * vss, roar_vs_ctlcmd cmd, void * argp, int * error); .SH "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. .SH "PARAMETERS" .TP \fBvss\fR The VS object to be altered. .TP \fBcmd\fR Specifies the command to use on object. .TP \fBargp\fR A pointer to the operant for the given command. Type depends on command. Must be NULL for commads not taking any argument. .TP \fBerror\fR 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. .SH "RETURN VALUE" On success these calls return 0. On error, \-1 is returned. .SH "EXAMPLES" FIXME .SH "SEE ALSO" \fBroarvs\fR(7), \fBlibroar\fR(7), \fBRoarAudio\fR(7). .\" ll