Switchboard Extension SDK
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nswitchboard
 CAudioBufferProvides an abstraction around raw audio buffers stored in memory
 CAudioBusRepresents a stream of audio in one direction
 CAudioBusFormatDescribes the format of an AudioBus instance without the need for the audio data
 CAudioBusFormatListHolds a list of AudioBusList instances
 CAudioBusListHolds a list of AudioBus instances
 CAudioEngineFactoryAudioEngineFactory interface
 CAudioNodeRepresents a node in the audio graph
 CAudioProcessorNodeA node that processes audio and has both incoming and outgoing connections
 CAudioSinkNodeA node that consumes audio and only has incoming connections
 CAudioSourceNodeA node that produces audio and only has outgoing connections
 CEngine
 CEventEmitterBase class for objects that can emit events
 CExtensionInterface for Switchboard SDK extensions
 CExtensionManagerManages the extensions of the Switchboard SDK
 CLogDestinationProvides an interface to implement platform-specific logging
 CLoggerProvides logging functionality
 CLogStreamStream-like interface for logging at different levels
 CLogStreamFactoryHelper factory for creating LogStream instances at different log levels
 CNode
 CNodeFactoryCreates node instances
 CParameterParameter class. Represents an adjustable config value in an audio node
 CSingleBusAudioProcessorNodeProvides a simplified interface for AudioProcessorNode which is useful when only a single bus is supported by the audio processor
 CSingleBusAudioSinkNodeProvides a simplified interface for AudioSinkNode which is useful when only a single bus is supported by the audio sink
 CSingleBusAudioSourceNodeProvides a simplified interface for AudioSourceNode which is useful when only a single bus is supported by the audio source
 CSwitchboardObjectSwitchboardObject interface