[DEV] nearly ended muxer

This commit is contained in:
2015-03-04 22:59:04 +01:00
parent a7b6ddce90
commit 6a3e364cd3
4 changed files with 214 additions and 6 deletions

View File

@@ -58,6 +58,8 @@ namespace river {
std::vector<uint8_t> m_data;
public:
virtual void generateDot(etk::FSNode& _node);
private:
void reorder(void* _output, uint32_t _nbChunk, void* _input, const std::vector<audio::channel>& _mapInput);
};
}
}