Platforms to show: All Mac Windows Linux Cross-Platform

Back to PortAudioStreamInfoMBS class.

PortAudioStreamInfoMBS.InputLatency as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The input latency of the stream in seconds.

This value provides the most accurate estimate of input latency available to the implementation. It may differ significantly from the suggestedLatency value passed to OpenStream().
The value of this field will be zero (0.) for output-only streams.
(Read only property)

PortAudioStreamInfoMBS.OutputLatency as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The output latency of the stream in seconds.

This value provides the most accurate estimate of output latency available to the implementation. It may differ significantly from the suggestedLatency value passed to OpenStream().
The value of this field will be zero (0.) for input-only streams.
(Read only property)

PortAudioStreamInfoMBS.SampleRate as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The sample rate of the stream in Hertz (samples per second).

In cases where the hardware sample rate is inaccurate and PortAudio is aware of it, the value of this field may be different from the sampleRate parameter passed to OpenStream(). If information about the actual hardware sample rate is not available, this field will have the same value as the sampleRate parameter passed to OpenStream().
(Read only property)

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


The biggest plugin in space...