C++ API Reference RNBO: RNBO::UntypedDataBuffer Struct Reference

RNBO: RNBO::UntypedDataBuffer Struct Reference

A DataBuffer that has no type. More...

#include <RNBO_DataRef.h>

Inheritance diagram for RNBO::UntypedDataBuffer:
untyped_data_buffer RNBO::DataType

Additional Inherited Members

- Public Types inherited from RNBO::DataType
enum  Type {
  Untyped, Float32AudioBuffer, Float64AudioBuffer, SampleAudioBuffer,
  TypedArray
}
 
- 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
 
- Data Fields inherited from RNBO::DataType
enum RNBO::DataType::Type type = Untyped
 
union {
   UntypedBufferInfo   untypedBufferInfo
 
   AudioBufferInfo   audioBufferInfo
 
}; 
 

Detailed Description

A DataBuffer that has no type.


The documentation for this struct was generated from the following file: