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

AuGetScratchFlowToBucket - use a scratch flow to create an export to a bucket.

Arguments

server    Specifies the connection to the audio server.

       bucket    Specifies the ID of the bucket to use.

       import    Returns the index of the ImportClient element.

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

Description

AuGetScratchFlowToBucket uses a scratch flow to create an export to bucket.

Errors

AuBadAlloc.

Name

AuGetScratchFlowToBucket - use a scratch flow to create an export to a bucket.

See Also

AuCreateFlow, AuGetScratchFlow.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                          AuGetScratchFlowToBucket(3)

Synopsis

       #include <audio/audiolib.h>

       AuFlowIDAuGetScratchFlowToBucket(server, bucket, import, status)
           AuServer *server;
           AuBucketIDbucket;
           int *import; /* RETURN */
           AuStatus *status; /* RETURN */

See Also