RNBO: RNBO::Float32AudioBuffer Struct Reference
A data buffer for 32-bit floating point audio. More...
#include <RNBO_DataRef.h>
Inheritance diagram for RNBO::Float32AudioBuffer:

Public Member Functions | |
Float32AudioBuffer (Index channels, number samplerate) | |
![]() | |
bool | operator== (const DataType &rhs) const |
bool | operator!= (const DataType &rhs) const |
bool | matches (const DataType &rhs) const |
Additional Inherited Members | |
![]() | |
enum | Type { Untyped, Float32AudioBuffer, Float64AudioBuffer, SampleAudioBuffer, TypedArray } |
![]() | |
enum RNBO::DataType::Type | type = Untyped |
union { | |
UntypedBufferInfo untypedBufferInfo | |
AudioBufferInfo audioBufferInfo | |
}; | |
Detailed Description
A data buffer for 32-bit floating point audio.
The documentation for this struct was generated from the following file:
- common/RNBO_DataRef.h