RNBO: RNBO::UntypedDataBuffer Struct Reference
A DataBuffer that has no type. More...
#include <RNBO_DataRef.h>
Inheritance diagram for RNBO::UntypedDataBuffer:
Additional Inherited Members | |
| enum | Type { Untyped, Float32AudioBuffer, Float64AudioBuffer, SampleAudioBuffer, TypedArray } |
| bool | operator== (const DataType &rhs) const |
| bool | operator!= (const DataType &rhs) const |
| bool | matches (const DataType &rhs) const |
| 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:
- common/RNBO_DataRef.h