mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Also log IBStream metadata keys
This commit is contained in:
@@ -112,15 +112,15 @@ class YaBStream : public Steinberg::IBStream,
|
||||
*/
|
||||
std::optional<std::u16string> file_name;
|
||||
|
||||
private:
|
||||
std::vector<uint8_t> buffer;
|
||||
size_t seek_position = 0;
|
||||
|
||||
/**
|
||||
* The stream's meta data if we've copied from a stream that supports meta
|
||||
* data.
|
||||
*/
|
||||
std::optional<YaAttributeList> attributes;
|
||||
|
||||
private:
|
||||
std::vector<uint8_t> buffer;
|
||||
size_t seek_position = 0;
|
||||
};
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user