1 #ifndef _AV_TRANSCODER_FILTER_FILTER_HPP_ 
    2 #define _AV_TRANSCODER_FILTER_FILTER_HPP_ 
    7 struct AVFilterContext;
 
   18     Filter(
const std::string& name, 
const std::string& options = 
"", 
const std::string& instanceName = 
"");
 
   21     std::string getName() 
const;
 
Describe a filter and its options. 
 
void setAVFilterContext(AVFilterContext *newContext)
 
AVFilterContext * getAVFilterContext()
 
std::string getInstanceName() const 
 
std::string _instanceName
 
std::string getOptions() const 
 
AVFilterContext * _context