Helper structure that handles instantiation of an extractor. More...
#include <metadata_extractor.h>
Public Member Functions | |
virtual MetadataExtractor::Ptr | getExtractor (const MetadataExtractorParams ¶ms)=0 |
Instantiate the extractor with the given parameters. More... | |
virtual | ~MetadataExtractorPlugin ()=default |
Helper structure that handles instantiation of an extractor.
Definition at line 465 of file metadata_extractor.h.
|
virtualdefault |
|
pure virtual |
Instantiate the extractor with the given parameters.
[in] | params | Parameters that configure the extractor. |
Implemented in movie_publisher::LibavStreamMetadataExtractorPlugin, movie_publisher::FileMetadataExtractorPlugin, and movie_publisher::FilenameMetadataExtractorPlugin.