avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <format.h>
Public Member Functions | |
InputFormat ()=default | |
InputFormat (const std::string &name) noexcept | |
bool | setFormat (const std::string &name) noexcept |
![]() | |
const char * | name () const noexcept |
const char * | longName () const noexcept |
int32_t | flags () const noexcept |
bool | isFlags (int32_t flags) const noexcept |
void | setFormat (avcpp_format_const< AVInputFormat > *format) noexcept |
bool | codecSupported (const class Codec &codec) const noexcept |
bool | codecSupported (AVCodecID codec_id) const noexcept |
![]() | |
FFWrapperPtr ()=default | |
FFWrapperPtr (T *raw) | |
const T * | raw () const |
T * | raw () |
void | reset (T *raw=nullptr) |
bool | isNull () const |
void | _log (int level, const char *fmt) const |
template<typename... Args> | |
void | _log (int level, const char *fmt, const Args &... args) const |
Additional Inherited Members | |
![]() | |
T * | m_raw = nullptr |
|
default |
|
noexcept |
|
noexcept |