Audacity 3.2.0
|
Used in place of a real plug in for plug ins that have not been compiled or are not available in this version of Audacity. Has enough information to identify the file extensions that would be used, but little else. More...
#include <ImportPlugin.h>
Public Member Functions | |
UnusableImportPlugin (const TranslatableString &formatName, FileExtensions extensions) | |
TranslatableString | GetPluginFormatDescription () |
bool | SupportsExtension (const FileExtension &extension) |
Private Attributes | |
TranslatableString | mFormatName |
const FileExtensions | mExtensions |
Used in place of a real plug in for plug ins that have not been compiled or are not available in this version of Audacity. Has enough information to identify the file extensions that would be used, but little else.
Definition at line 176 of file ImportPlugin.h.
|
inline |
Definition at line 179 of file ImportPlugin.h.
|
inline |
Definition at line 186 of file ImportPlugin.h.
|
inline |
Definition at line 191 of file ImportPlugin.h.
References anonymous_namespace{CloudProjectFileIOExtensions.cpp}::extension.
|
private |
Definition at line 198 of file ImportPlugin.h.
|
private |
Definition at line 197 of file ImportPlugin.h.