20#ifndef FFMPEG_KIT_RETURN_CODE_H
21#define FFMPEG_KIT_RETURN_CODE_H
33 static bool isSuccess(
const std::shared_ptr<ffmpegkit::ReturnCode> value);
34 static bool isCancel(
const std::shared_ptr<ffmpegkit::ReturnCode> value);
41 friend std::ostream&
operator<<(std::ostream& out,
const std::shared_ptr<ffmpegkit::ReturnCode>& o);
bool isValueError() const
static bool isCancel(const std::shared_ptr< ffmpegkit::ReturnCode > value)
friend std::ostream & operator<<(std::ostream &out, const std::shared_ptr< ffmpegkit::ReturnCode > &o)
static constexpr int Success
bool isValueCancel() const
static bool isSuccess(const std::shared_ptr< ffmpegkit::ReturnCode > value)
static constexpr int Cancel
bool isValueSuccess() const