taglib_file_new_iostream

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().

extern (C)
TagLib_File*
taglib_file_new_iostream
(
TagLib_IOStream* stream
)