AVAudioPCMBufferMBS class
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
AVAudioPCMBufferMBS class
Super class: AVAudioBufferMBS
The AVAudioPCMBuffer class is a subclass of AVAudioBuffer for use with PCM audio formats.
The PCM buffer class also provides methods useful for manipulating buffers of audio in PCM format.
Subclass of the AVAudioBufferMBS class.
- 4 properties
- 3 methods
- shared method available as boolean
This class has no sub classes.
Some methods using this class:
- AVAudioEngineMBS.renderOffline(numberOfFrames as UInt32, buffer as AVAudioPCMBufferMBS, byref error as NSErrorMBS) as Integer
- AVAudioFileMBS.readIntoBuffer(buffer as AVAudioPCMBufferMBS, byref error as NSErrorMBS) as Boolean
- AVAudioFileMBS.readIntoBuffer(buffer as AVAudioPCMBufferMBS, frameCount as Integer, byref error as NSErrorMBS) as Boolean
- AVAudioFileMBS.writeFromBuffer(buffer as AVAudioPCMBufferMBS, byref error as NSErrorMBS) as Boolean
- AVAudioPlayerNodeMBS.scheduleBuffer(buffer as AVAudioPCMBufferMBS, tag as Variant = nil)
- AVAudioPlayerNodeMBS.scheduleBuffer(buffer as AVAudioPCMBufferMBS, time as AVAudioTimeMBS, options as Integer, tag as Variant = nil)
- AVAudioPlayerNodeMBS.scheduleBuffer(callbackType as Integer, buffer as AVAudioPCMBufferMBS, tag as Variant = nil)
- AVAudioPlayerNodeMBS.scheduleBuffer(callbackType as Integer, buffer as AVAudioPCMBufferMBS, time as AVAudioTimeMBS, options as Integer, tag as Variant = nil)
Some events using this class:
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVAudioOutputNodeMBS
-
AVAudioPlayerMBS