Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVAudioFileMBS class.

AVAudioFileMBS.fileFormat as AVAudioFormatMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The on-disk format of the file.

(Read only property)

Some examples using this property:

AVAudioFileMBS.FramePosition as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The position in the file at which the next read or write operation will occur.

Set the framePosition property to perform a seek before a read or write. A read or write operation advances the frame position value by the number of frames read or written.
(Read and Write property)

Some examples using this property:

AVAudioFileMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal object reference.

(Read and Write property)

AVAudioFileMBS.Length as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The number of sample frames in the file.

This can be computationally expensive to compute for the first time.
(Read only property)

AVAudioFileMBS.processingFormat as AVAudioFormatMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The processing format of the file.

(Read only property)

Some examples using this property:

AVAudioFileMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The URL the file is reading or writing.

(Read only property)

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


The biggest plugin in space...