#include <filtergraph.h>
|
| FilterGraph () |
|
| FilterGraph (decltype(nullptr)) |
|
| ~FilterGraph () |
|
| FilterGraph (const FilterGraph &)=delete |
|
void | operator= (const FilterGraph &)=delete |
|
bool | isValid () |
|
int | filtersCount () const |
|
void | setAutoConvert (unsigned flags) |
|
FilterContext | filter (const std::string &name, OptionalErrorCode ec=throws()) |
|
FilterContext | filter (unsigned idx, OptionalErrorCode ec=throws()) |
|
FilterContext | allocFilter (const Filter &filter, const std::string &name, OptionalErrorCode ec=throws()) |
|
FilterContext | createFilter (const Filter &filter, const std::string &filterName, const std::string &filterArgs, OptionalErrorCode ec=throws()) |
|
void | parse (const std::string &graphDescription, FilterContext &srcFilterCtx, FilterContext &sinkFilterCtx, OptionalErrorCode ec=throws()) |
|
void | parse (const std::string &graphDescription, OptionalErrorCode ec=throws()) |
|
void | config (OptionalErrorCode ec=throws()) |
|
std::string | dump (bool doPrint=true, const std::string &options=std::string()) |
|
BufferSrcFilterContext | bufferSrcFilter (OptionalErrorCode ec=throws()) |
|
BufferSinkFilterContext | bufferSinkFilter (OptionalErrorCode ec=throws()) |
|
◆ FilterGraph() [1/3]
av::FilterGraph::FilterGraph |
( |
| ) |
|
◆ FilterGraph() [2/3]
av::FilterGraph::FilterGraph |
( |
decltype(nullptr) |
| ) |
|
◆ ~FilterGraph()
av::FilterGraph::~FilterGraph |
( |
| ) |
|
◆ FilterGraph() [3/3]
◆ allocFilter()
◆ bufferSinkFilter()
◆ bufferSrcFilter()
◆ config()
◆ createFilter()
◆ dump()
string av::FilterGraph::dump |
( |
bool |
doPrint = true , |
|
|
const std::string & |
options = std::string() |
|
) |
| |
◆ filter() [1/2]
◆ filter() [2/2]
◆ filtersCount()
int av::FilterGraph::filtersCount |
( |
| ) |
const |
◆ isValid()
bool av::FilterGraph::isValid |
( |
| ) |
|
◆ operator=()
void av::FilterGraph::operator= |
( |
const FilterGraph & |
| ) |
|
|
delete |
◆ parse() [1/2]
◆ parse() [2/2]
◆ setAutoConvert()
void av::FilterGraph::setAutoConvert |
( |
unsigned |
flags | ) |
|
◆ FilterInOut
The documentation for this class was generated from the following files: