Base class for FlacImportPlugin, LOFImportPlugin, MP3ImportPlugin, OggImportPlugin and PCMImportPlugin. Gives API for sound file import.
More...
#include <ImportPlugin.h>
Base class for FlacImportPlugin, LOFImportPlugin, MP3ImportPlugin, OggImportPlugin and PCMImportPlugin. Gives API for sound file import.
Definition at line 66 of file ImportPlugin.h.
◆ ~ImportPlugin()
ImportPlugin::~ImportPlugin |
( |
| ) |
|
|
virtualdefault |
◆ ImportPlugin()
Definition at line 15 of file ImportPlugin.cpp.
15 :
17{
18}
const FileExtensions mExtensions
◆ FailureHint()
User visible message suggesting what to do when a file type isn't recognized; default empty string.
Should end with one newline if not empty
Reimplemented in FFmpegImportPlugin.
Definition at line 33 of file ImportPlugin.cpp.
◆ GetPluginFormatDescription()
◆ GetPluginStringID()
virtual wxString ImportPlugin::GetPluginStringID |
( |
| ) |
|
|
pure virtual |
◆ GetSupportedExtensions()
◆ Open()
◆ SupportsExtension()
bool ImportPlugin::SupportsExtension |
( |
const FileExtension & |
extension | ) |
|
◆ mExtensions
The documentation for this class was generated from the following files: