Platforms to show: All Mac Windows Linux Cross-Platform

Back to PortAudioStreamBaseMBS class.

PortAudioStreamBaseMBS.kFlagsClipOff = 1

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

Disable default clipping of out of range samples.

PortAudioStreamBaseMBS.kFlagsDitherOff = 2

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

Disable default dithering.

PortAudioStreamBaseMBS.kFlagsNeverDropInput = 4

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

Flag requests that where possible a full duplex stream will not discard overflowed input samples without calling the stream callback. This flag is only valid for full duplex callback streams and only when used in combination with the paFramesPerBufferUnspecified (0) framesPerBuffer parameter. Using this flag incorrectly results in a paInvalidFlag error being returned from OpenStream and OpenDefaultStream.

PortAudioStreamBaseMBS.kFlagsNoFlag = 0

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

No flags.

PortAudioStreamBaseMBS.kFlagsPlatformSpecificFlags = &hFFFF0000

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

A mask specifying the platform specific bits.

PortAudioStreamBaseMBS.kFlagsPrimeOutputBuffersUsingStreamCallback = 8

Type Topic Plugin Version
const Audio MBS Audio Plugin 20.0
One of the flag constants used to control the behavior of a stream.

Call the stream callback to fill initial output buffers, rather than the default behavior of priming the buffers with zeros (silence). This flag has no effect for input-only and blocking read/write streams.

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


💬 Ask a question or report a problem
The biggest plugin in space...