Package nas-doc
- AuAnyEvent(3) β any event structure
- AuBucketAttributes(3) β bucket attributes structure
- AuCloseServer(3) β disconnect from audio server
- AuConvertDataToShort(3) β convert audio data from the specified format to signed short integer.
- AuConvertShortToData(3) β convert signed short integers to the specified format.
- AuCreateBucket(3) β create a bucket
- AuCreateFlow(3) β create a flow
- AuDataFormats(3) β audio data formats.
- AuDataTypes(3) β data types
- AuDefineToFormat(3) β return the format specified by a C-preprocessor define.
- AuDestroyBucket(3) β destroy bucket
- AuDestroyFlow(3) β destroy flow
- AuDeviceAttributes(3) β device attributes structure
- AuDispatchEvent(3) β send event to the event handlers.
- AuElement(3) β AuElement union
- AuElementNotifyEvent(3) β element notify event structure
- AuElementParameters(3) β element parameters structure
- AuElementState(3) β element state structure
- AuErrorEvent(3) β error event structure
- AuEvent(3) β event union
- AuEventsQueued(3) β check the event queue
- AuFileFormats(3) β audio file formats.
- AuFixedPointFractionalAddend(3)
- AuFixedPointFromFraction(3) β make a fixed point value.
- AuFixedPointFromSum(3) β make a fixed point value
- AuFixedPointIntegralAddend(3) β get the integer portion of a fixed point value.
- AuFixedPointRoundDown(3) β get the rounded down integer portion of a fixed point value.
- AuFixedPointRoundUp(3)
- AuFlush(3) β flush output buffer
- AuFormatToDefine(3) β return the C-preprocess define for a format.
- AuFormatToString(3) β get the name of a format.
- AuFreeBucketAttributes(3) β free memory used by lists of bucket attributes
- AuFreeDeviceAttributes(3) β free memory used by lists of device attributes
- AuFreeElementStates(3) β free the memory used by lists of flow element states
- AuFreeElements(3) β free the memory used by lists of flow elements
- AuGetBucketAttributes(3) β get bucket attributes
- AuGetCloseDownMode(3) β return the close down mode of a client
- AuGetDeviceAttributes(3) β get device attributes
- AuGetElementParameters(3) β get the parameters of elements in a flow
- AuGetElementStates(3) β get the state of elements in a flow
- AuGetElements(3) β get the elements in a flow
- AuGetErrorDatabaseText(3) β get an error message from the error database
- AuGetErrorText(3) β get a description of an error code
- AuGetScratchFlow(3) β get a scratch flow
- AuGetScratchFlowFromBucket(3) β use a scratch flow to create an import from a bucket.
- AuGetScratchFlowToBucket(3) β use a scratch flow to create an export to a bucket.
- AuGetServerTime(3) β get current server time
- AuGrabNotifyEvent(3) β grab notify event structure
- AuHandleEvents(3) β dispatch multiple events
- AuIDOfEvent(3) β return the ID of the source of the event
- AuInputTrack(3) β input track structure
- AuKillClient(3) β destroy a client or its remaining resources
- AuListBuckets(3) β list buckets
- AuListDevices(3) β list devices
- AuLookupEventHandler(3) β find the next handler for an event.
- AuMakeChangeStateAction(3) β initialize an action
- AuMakeElementAddConstant(3) β initialize an AddConstant element
- AuMakeElementBundle(3) β initialize a Bundle element
- AuMakeElementExportBucket(3) β initialize an ExportBucket element
- AuMakeElementExportClient(3) β initialize an ExportClient element
- AuMakeElementExportDevice(3) β initialize an ExportDevice element
- AuMakeElementExportMonitor(3) β initialize an ExportMonitor element
- AuMakeElementImportBucket(3) β initialize an ImportBucket element
- AuMakeElementImportClient(3) β initialize an ImportClient element
- AuMakeElementImportDevice(3) β initialize an ImportDevice element
- AuMakeElementImportWaveForm(3) β initialize an ImportWaveForm element
- AuMakeElementMultiplyConstant(3) β initialize a MultiplyConstant element
- AuMakeElementState(3) β initialize an element state structure
- AuMakeElementSum(3) β initialize an Sum element
- AuMakeInputTrack(3) β initialize an input track
- AuMakeNoopAction(3) β initialize an action
- AuMakeSendNotifyAction(3) β initialize an action
- AuMonitorDevice(3)
- AuMonitorNotifyEvent(3) β monitor notify event structure
- AuNextEvent(3) β return the next event
- AuOpenServer(3) β connect to audio server
- AuPauseFlow(3) β pause a flow.
- AuReadElement(3) β read data from an ExportClient element in a flow
- AuRegisterEventHandler(3) β add an event handler.
- AuReleaseScratchFlow(3) β release a scratch flow.
- AuRequeueEvent(3) β put an event back on the queue
- AuScanEvents(3) β return the first event that satisfies the predicate
- AuScanForTypedEvent(3) β return the first event of a specific type
- AuServer(3) β AuServer structure
- AuServerName(3) β get name of the server to use.
- AuSetBucketAttributes(3) β set bucket attributes
- AuSetCloseDownMode(3) β change the close down mode of a client
- AuSetDeviceAttributes(3) β set device attributes
- AuSetElementParameters(3) β set the parameters of elements in a flow
- AuSetElementStates(3) β set the state of elements in a flow
- AuSetElements(3) β set elements in a flow
- AuSetErrorHandler(3) β set nonfatal error handler
- AuSetIOErrorHandler(3) β set handler for fatal IO errors
- AuSetString(3) β initialize a description string structure
- AuSoundCreateBucketFromData(3) β create a bucket and initialize its contents.
- AuSoundCreateBucketFromFile(3) β create a bucket and initialize its contents.
- AuSoundCreateDataFromBucket(3) β copy the data from a bucket into local memory.
- AuSoundCreateFileFromBucket(3) β copy the data from a bucket into a file.
- AuSoundPlay(3) β create a flow to play audio from any source.
- AuSoundPlayFromBucket(3) β create a flow to play from a bucket.
- AuSoundPlayFromData(3) β create a flow to play from memory.
- AuSoundPlayFromFile(3) β create a flow to play a file.
- AuSoundPlaySynchronousFromFile(3) β play a file.
- AuSoundRecord(3) β create a flow to record audio to any destination.
- AuSoundRecordToBucket(3) β create a flow to record to a bucket.
- AuSoundRecordToData(3) β create a flow to record to memory.
- AuSoundRecordToFile(3) β create a flow to record to a file.
- AuSoundRecordToFileN(3)
- AuStartFlow(3) β start a flow.
- AuStopFlow(3) β stop a flow.
- AuStringToFormat(3) β return the format described by string.
- AuStringToWaveForm(3) β return the wave form described by string.
- AuSync(3) β flush the output buffer and wait for all events and errors
- AuSynchronize(3) β enable or disable synchronization
- AuUnregisterEventHandler(3) β remove an event handler.
- AuWaveFormToString(3) β return string description of wave form.
- AuWriteElement(3) β write data to an ImportClient element in a flow
- Sound(3) β audio file description.
- SoundAbbrevToFileFormat(3) β return a file format for a given name abbreviation string.
- SoundCloseFile(3) β close an audio file description.
- SoundCreate(3) β create a description of an audio file.
- SoundFlushFile(3) β flush an audio file.
- SoundOpenFileForReading(3) β open an audio file for reading.
- SoundOpenFileForWriting(3) β open an audio file for writing.
- SoundReadFile(3) β read audio data from an audio file.
- SoundRewindFile(3) β rewind an audio file.
- SoundSeekFile(3) β seek to a position in an audio file.
- SoundStringToFileFormat(3) β return a file format for a given name string.
- SoundTellFile(3) β return the position of an audio file.
- SoundWriteFile(3) β write audio data to an audio file.
