Audaspace
1.3.0
A high level audio library.
|
The IFileInput interface represents a file input plugin that can create file input readers from filenames or buffers. More...
#include <IFileInput.h>
Public Member Functions | |
virtual std::shared_ptr< IReader > | createReader (std::string filename)=0 |
Creates a reader for a file to be read. More... | |
virtual std::shared_ptr< IReader > | createReader (std::shared_ptr< Buffer > buffer)=0 |
Creates a reader for a file to be read from memory. More... | |
The IFileInput interface represents a file input plugin that can create file input readers from filenames or buffers.
|
pure virtual |