Creates a TagLib file from a stream.
A byte vector stream can be used to read a file from memory and write to
memory, e.g. when fetching network data.
The stream has to be created using taglib_memory_iostream_new() and shall be
freed using taglib_iostream_free() after this file is freed with
taglib_file_free().
Creates a TagLib file from a stream. A byte vector stream can be used to read a file from memory and write to memory, e.g. when fetching network data. The stream has to be created using taglib_memory_iostream_new() and shall be freed using taglib_iostream_free() after this file is freed with taglib_file_free().