Platforms to show: All Mac Windows Linux Cross-Platform

AVAudioTimeMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The AVAudioTime class is used by AVAudioEngine to represent time.
Example
Dim t As AVAudioTimeMBS = AVAudioTimeMBS.timeWithSampleTime(60000, 1000) // 60s

Instances of the class are immutable.
A single moment in time may be represented in two different ways:

  • Using mach_absolute_time(), the system's basic clock. Referred to as “host time.”
  • Audio samples at a particular sample rate.

A single AVAudioTime instance may contain either or both representations; it might represent only a sample time, only a host time, or both.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some events using this class:

Some examples using this class:


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


AVAudioRecorderMBS   -   AVAudioUnitComponentManagerMBS


The biggest plugin in space...