PortAudioStreamParametersMBS constants

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

Back to PortAudioStreamParametersMBS class.

Sample Formats

PortAudioStreamParametersMBS.paCustomFormat = 65536

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Custom format. Not supported by plugin.

PortAudioStreamParametersMBS.paFloat32 = 1

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Uses +1.0 and -1.0 as the maximum and minimum respectively.

PortAudioStreamParametersMBS.paInt16 = 8

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Signed 16 bit.

PortAudioStreamParametersMBS.paInt24 = 4

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Packed 24 bit format

PortAudioStreamParametersMBS.paInt32 = 2

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Signed 32 bit.

PortAudioStreamParametersMBS.paInt8 = 16

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

8 bit integer.

PortAudioStreamParametersMBS.paNonInterleaved = &h80000000

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved.
The paNonInterleaved flag indicates that audio data is passed as an array of pointers to separate buffers, one buffer for each channel. Usually, when this flag is not used, audio data is passed as a single buffer with all channels interleaved.

PortAudioStreamParametersMBS.paNonInterleavedFloat32 = &h80000001

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, Uses +1.0 and -1.0 as the maximum and minimum respectively.

PortAudioStreamParametersMBS.paNonInterleavedInt16 = &h80000008

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, signed 16 bit.

PortAudioStreamParametersMBS.paNonInterleavedInt24 = &h80000004

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, Packed 24 bit format

PortAudioStreamParametersMBS.paNonInterleavedInt32 = &h80000002

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, signed 32 bit.

PortAudioStreamParametersMBS.paNonInterleavedInt8 = &h80000010

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, 8 bit integer.

PortAudioStreamParametersMBS.paNonInterleavedUInt8 = &h80000020

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

Non interleaved, unsigned 8 bit format where 128 is considered "ground".

PortAudioStreamParametersMBS.paUInt8 = 32

Type Topic Plugin Version
const Audio MBS Audio Plugin 15.1
One of the sample format constants.

unsigned 8 bit format where 128 is considered "ground"

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


💬 Ask a question or report a problem