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

AuMonitorDevice -

Arguments

server    Specifies the connection to the audio server.

       sample_rate
                 Specifies the sample rate of the

       input_deviceoutput_devicevolumedone_callbackcallback_dataflowvolume_mult_elementmonitor_elementstatus    If non-NULL, flush the output buffer and return the status from the server.

Description

AuMonitorDevice

Errors

Name

AuMonitorDevice -

See Also

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                                   AuMonitorDevice(3)

Synopsis

       #include <audio/audiolib.h>

       AuEventHandlerRec   *   AuMonitorDevice(server,   sample_rate,   input_device,   output_device,   volume,
       done_callback, callback_data, flow, volume_mult_element, monitor_element, status)
           AuServer *server;
           int sample_rate;
           AuDeviceIDinput_device;
           AuDeviceIDoutput_device;
           AuFixedPointvolume;
           void (*done_callback) (AuServer *, AuEventHandlerRec *, AuEvent *, AuPointer);
           AuPointercallback_data;
           AuFlowID *flow; /* RETURN */
           int *volume_mult_element; /* RETURN */
           int *monitor_element; /* RETURN */
           AuStatus *status; /* RETURN */

See Also