Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVAudioEngineMBS class.

AVAudioEngineMBS.ManualRenderingErrorInitialized = -80801

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the error codes for manual rendering.

An operation that can’t be performed because the engine hasn’t stopped running.

AVAudioEngineMBS.ManualRenderingErrorInvalidMode = -80800

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the error codes for manual rendering.

An operation that can’t be performed because the engine is not in manual rendering mode or the right variant of it.

AVAudioEngineMBS.ManualRenderingErrorNotRunning = -80802

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the error codes for manual rendering.

An operation that can’t be performed because the engine hasn’t started running.

AVAudioEngineMBS.ManualRenderingModeOffline = 0

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the rendering modes.

An engine that operates in an offline mode.

AVAudioEngineMBS.ManualRenderingModeRealtime = 1

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the rendering modes.

An engine that operates under real-time constraints and doesn't make blocking calls while rendering.

AVAudioEngineMBS.ManualRenderingStatusCannotDoInCurrentContext = 2

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the status codes returned from the render call to the engine operating in manual rendering mode.

An operation that can't be performed under current conditions; the client can try again later.

AVAudioEngineMBS.ManualRenderingStatusError = -1

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the status codes returned from the render call to the engine operating in manual rendering mode.

A problem that occurred during rendering, resulting in no data being returned.

AVAudioEngineMBS.ManualRenderingStatusInsufficientDataFromInputNode = 1

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the status codes returned from the render call to the engine operating in manual rendering mode.

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.

AVAudioEngineMBS.ManualRenderingStatusSuccess = 0

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 21.0
One of the status codes returned from the render call to the engine operating in manual rendering mode.

A status that indicates that all of the requested data was returned successfully.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...