1 #ifndef INPUTDATASTREAM_H
2 #define INPUTDATASTREAM_H
6 #include <typelib/value_ops.hh>
30 Typelib::Type
const*
getType()
const;
47 std::vector<uint8_t> buffer;
52 Typelib::Value v(&out, *
m_type);
53 Typelib::load(v, buffer);
57 Typelib::Value
getTyplibValue(
void *memoryOfType,
size_t memorySize,
size_t sampleNr);
63 #endif // INPUTDATASTREAM_H
bool getSampleData(std::vector< uint8_t > &result, size_t sampleNr)
Definition: Stream.cpp:25
const StreamDescription & desc
Definition: Stream.hpp:16
Index & index
Definition: Stream.hpp:17
Definition: StreamDescription.hpp:13