Also log IBStream metadata keys

This commit is contained in:
Robbert van der Helm
2021-02-13 17:29:35 +01:00
parent 907925d660
commit e57c642cfe
2 changed files with 16 additions and 7 deletions
+4 -4
View File
@@ -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