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

AuSync - flush the output buffer and wait for all events and errors to be processed by the server

Arguments

server    Specifies the connection to the audio server.

       discard   Specifies if events in the input queue are discarded.

Description

AySync  flushes the output buffer, then waits until all pending requests have been received and processed
       by the server.  If discard is AuTrue, all events on the input queue are discarded.

Name

AuSync - flush the output buffer and wait for all events and errors to be processed by the server

See Also

AuFlush.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - output buffer                              1.9.4                                            AuSync(3)

Synopsis

       #include <audio/audiolib.h>

       void AuSync(server, discard)
           AuServer *server;
           AuBooldiscard;

See Also