#include <filterpad.h>
|
size_t | count () const noexcept |
|
std::string | name (size_t index) const noexcept |
|
const char * | nameCStr (size_t index) const noexcept |
|
AVMediaType | type (size_t index) const noexcept |
|
| FFWrapperPtr ()=default |
|
| FFWrapperPtr (const AVFilterPad *raw) |
|
const const AVFilterPad * | raw () const |
|
const AVFilterPad * | raw () |
|
void | reset (const AVFilterPad *raw=nullptr) |
|
bool | isNull () const |
|
void | _log (int level, const char *fmt) const |
|
void | _log (int level, const char *fmt, const Args &... args) const |
|
|
const AVFilterPad * | m_raw |
|
◆ count()
size_t av::FilterPadList::count |
( |
| ) |
const |
|
noexcept |
◆ name()
string av::FilterPadList::name |
( |
size_t |
index | ) |
const |
|
noexcept |
◆ nameCStr()
const char * av::FilterPadList::nameCStr |
( |
size_t |
index | ) |
const |
|
noexcept |
◆ type()
AVMediaType av::FilterPadList::type |
( |
size_t |
index | ) |
const |
|
noexcept |
◆ Filter
The documentation for this class was generated from the following files: