avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
Go to the documentation of this file.
22 size_t count() const noexcept;
23 std::
string name(
size_t index) const noexcept;
24 const
char*
nameCStr(
size_t index) const noexcept;
25 AVMediaType
type(
size_t index) const noexcept;
34 #endif // AV_FILTERPAD_H
AVMediaType type(size_t index) const noexcept
Definition: filterpad.cpp:28
std::string name(size_t index) const noexcept
Definition: filterpad.cpp:18
const char * nameCStr(size_t index) const noexcept
Definition: filterpad.cpp:23
Definition: audioresampler.cpp:8
Definition: averror.h:228
size_t count() const noexcept
Definition: filterpad.cpp:13
Definition: filterpad.h:13