Write back preset meta data set by the plugin

The docs don't mention that this is a thing you should support, but
`IStreamAttributes` doesn't make much sense without this.
This commit is contained in:
Robbert van der Helm
2021-01-10 17:24:38 +01:00
parent 8971a65825
commit c514233922
4 changed files with 79 additions and 29 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ class YaBStream : public Steinberg::IBStream,
DECLARE_FUNKNOWN_METHODS
/**
* Write the vector buffer back to an IBStream. After writing the seek
* position will be left at the end of the stream.
* Write the vector buffer back to a host provided `IBStream`. After writing
* the seek position will be left at the end of the stream.
*/
tresult write_back(Steinberg::IBStream* stream) const;