C++ API Reference RNBO: RNBO::Float64AudioBuffer Struct Reference

RNBO: RNBO::Float64AudioBuffer Struct Reference

A data buffer for 64-bit floating point audio. More...

#include <RNBO_DataRef.h>

Inheritance diagram for RNBO::Float64AudioBuffer:
float64_audio_buffer RNBO::DataType

Public Member Functions

 Float64AudioBuffer (Index channels, number samplerate)
 
- Public Member Functions inherited from RNBO::DataType
bool operator== (const DataType &rhs) const
 
bool operator!= (const DataType &rhs) const
 
bool matches (const DataType &rhs) const
 

Additional Inherited Members

- Public Types inherited from RNBO::DataType
enum  Type {
  Untyped, Float32AudioBuffer, Float64AudioBuffer, SampleAudioBuffer,
  TypedArray
}
 
- Data Fields inherited from RNBO::DataType
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: