RNBO: RNBO::Float64AudioBuffer Struct Reference
A data buffer for 64-bit floating point audio. More...
#include <RNBO_DataRef.h>
Inheritance diagram for RNBO::Float64AudioBuffer:
Public Member Functions | |
| Float64AudioBuffer (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 64-bit floating point audio.
The documentation for this struct was generated from the following file:
- common/RNBO_DataRef.h