avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <averror.h>
Public Member Functions | |
OptionalErrorCode (std::error_code &ec) | |
operator bool () const | |
std::error_code & | operator* () |
Static Public Member Functions | |
static OptionalErrorCode | null () |
av::OptionalErrorCode::OptionalErrorCode | ( | std::error_code & | ec | ) |
|
static |
av::OptionalErrorCode::operator bool | ( | ) | const |
error_code & av::OptionalErrorCode::operator* | ( | ) |