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
Back to AVAudioPlayerNodeMBS class.
AVAudioPlayerNodeMBS.CompletionDataConsumed = 0
Type | Topic | Plugin | Version |
const | AVFoundationNode | MBS AVFoundation Plugin | 18.4 |
The buffer or file data has been consumed by the player.
AVAudioPlayerNodeMBS.CompletionDataPlayedBack = 2
Type | Topic | Plugin | Version |
const | AVFoundationNode | MBS AVFoundation Plugin | 18.4 |
Applicable only when the engine is rendering to/from an audio device.
The buffer or file has finished playing. This accounts for both (small) signal processing latencies downstream of the player in the engine, as well as (possibly significant) latency in the audio playback device.
AVAudioPlayerNodeMBS.CompletionDataRendered = 1
Type | Topic | Plugin | Version |
const | AVFoundationNode | MBS AVFoundation Plugin | 18.4 |
The buffer or file data has been rendered (i.e. output) by the player. This does not account for any signal processing latencies downstream of the player in the engine (see AVAudioNodeMBS.outputPresentationLatency).
The items on this page are in the following plugins: MBS AVFoundation Plugin.