Definition at line 96 of file ImportMP3_MPG123.cpp.
◆ MP3ImportPlugin()
anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin::MP3ImportPlugin |
( |
| ) |
|
|
inline |
Definition at line 99 of file ImportMP3_MPG123.cpp.
102 {
103#if MPG123_API_VERSION < 46
104
105
106 mpg123_init();
107#endif
108 }
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 165 of file ImportMP3_MPG123.cpp.
167{
168 auto handle = std::make_unique<MP3ImportFileHandle>(Filename);
169
170 if (!handle->Open())
171 return nullptr;
172
173 return handle;
174}
The documentation for this class was generated from the following file: