![]() |
Audacity 3.2.0
|
An ImportPlugin for GStreamer data. More...
Public Member Functions | |
| GStreamerImportPlugin () | |
| ! Constructor More... | |
| virtual | ~GStreamerImportPlugin () |
| ! Destructor More... | |
| TranslatableString | GetPluginFormatDescription () override |
| wxString | GetPluginStringID () override |
| FileExtensions | GetSupportedExtensions () override |
| std::unique_ptr< ImportFileHandle > | Open (const wxString &Filename, AudacityProject *) override |
| ! Probes the file and opens it if appropriate More... | |
Public Member Functions inherited from ImportPlugin | |
| virtual wxString | GetPluginStringID ()=0 |
| virtual TranslatableString | GetPluginFormatDescription ()=0 |
| virtual FileExtensions | GetSupportedExtensions () |
| virtual TranslatableString | FailureHint () const |
| User visible message suggesting what to do when a file type isn't recognized; default empty string. More... | |
| bool | SupportsExtension (const FileExtension &extension) |
| virtual std::unique_ptr< ImportFileHandle > | Open (const FilePath &Filename, AudacityProject *)=0 |
| virtual | ~ImportPlugin () |
Additional Inherited Members | |
Protected Member Functions inherited from ImportPlugin | |
| ImportPlugin (FileExtensions supportedExtensions) | |
Protected Attributes inherited from ImportPlugin | |
| const FileExtensions | mExtensions |
An ImportPlugin for GStreamer data.
A representative of GStreamer loader in the Audacity import plugin list
Definition at line 234 of file ImportGStreamer.cpp.
| GStreamerImportPlugin::GStreamerImportPlugin | ( | ) |
! Constructor
Definition at line 313 of file ImportGStreamer.cpp.
|
virtual |
|
overridevirtual |
|
overridevirtual |
Implements ImportPlugin.
Definition at line 335 of file ImportGStreamer.cpp.
References wxT().
|
overridevirtual |
Reimplemented from ImportPlugin.
Definition at line 343 of file ImportGStreamer.cpp.
References cloud::factory, ImportPlugin::mExtensions, str, and wxT().
|
overridevirtual |
! Probes the file and opens it if appropriate
Implements ImportPlugin.
Definition at line 412 of file ImportGStreamer.cpp.