Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundationNode | MBS AVFoundation Plugin | 15.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
You use audio nodes to generate audio signals, process them, and perform audio input and output.
You create each audio node separately and attach it to the audio engine. You can perform all audio node operations during runtime—connecting them, disconnecting them, and removing them—with only minor limitations:
Constant | Value | Description |
---|---|---|
ManualRenderingErrorInitialized | -80801 |
An operation that can’t be performed because the engine hasn’t stopped running. |
ManualRenderingErrorInvalidMode | -80800 |
An operation that can’t be performed because the engine is not in manual rendering mode or the right variant of it. |
ManualRenderingErrorNotRunning | -80802 |
An operation that can’t be performed because the engine hasn’t started running. |
Constant | Value | Description |
---|---|---|
ManualRenderingModeOffline | 0 |
An engine that operates in an offline mode. |
ManualRenderingModeRealtime | 1 |
An engine that operates under real-time constraints and doesn't make blocking calls while rendering. |
Constant | Value | Description |
---|---|---|
ManualRenderingStatusCannotDoInCurrentContext | 2 |
An operation that can't be performed under current conditions; the client can try again later. |
ManualRenderingStatusError | -1 |
A problem that occurred during rendering, resulting in no data being returned. |
ManualRenderingStatusInsufficientDataFromInputNode | 1 |
A condition in which not enough input data was returned by the input node to satisfy the render request at the time of the request. |
ManualRenderingStatusSuccess | 0 |
A status that indicates that all of the requested data was returned successfully. |
This class has no sub classes.
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVAudioComponentDescriptionMBS - AVAudioEnvironmentDistanceAttenuationParametersMBS