Definition at line 97 of file ImportMP3_MPG123.cpp.
◆ MP3ImportPlugin()
anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin::MP3ImportPlugin |
( |
| ) |
|
|
inline |
Definition at line 100 of file ImportMP3_MPG123.cpp.
103 {
104#if MPG123_API_VERSION < 46
105
106
107 mpg123_init();
108#endif
109 }
wxArrayStringEx FileExtensions
ImportPlugin(FileExtensions supportedExtensions)
◆ GetPluginFormatDescription()
TranslatableString anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin::GetPluginFormatDescription |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetPluginStringID()
wxString anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin::GetPluginStringID |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Open()
Implements ImportPlugin.
Definition at line 167 of file ImportMP3_MPG123.cpp.
169{
170 auto handle = std::make_unique<MP3ImportFileHandle>(Filename);
171
172 if (!handle->Open())
173 return nullptr;
174
175 return handle;
176}
The documentation for this class was generated from the following file: