#include <abs_videocodec.hpp>
◆ AbsVideoCodec()
xcal::render::codec::AbsVideoCodec::AbsVideoCodec |
( |
std::string_view |
filename, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
frame_rate |
|
) |
| |
|
inline |
◆ ~AbsVideoCodec()
virtual xcal::render::codec::AbsVideoCodec::~AbsVideoCodec |
( |
| ) |
|
|
virtualdefault |
◆ append_frame()
virtual bool_t xcal::render::codec::AbsVideoCodec::append_frame |
( |
const std::vector< char > & |
| ) |
|
|
pure virtual |
◆ filename()
const std::string & xcal::render::codec::AbsVideoCodec::filename |
( |
| ) |
const |
|
inline |
◆ finish()
virtual bool_t xcal::render::codec::AbsVideoCodec::finish |
( |
| ) |
|
|
pure virtual |
◆ frame_rate()
int xcal::render::codec::AbsVideoCodec::frame_rate |
( |
| ) |
const |
|
inline |
◆ height()
int xcal::render::codec::AbsVideoCodec::height |
( |
| ) |
const |
|
inline |
◆ name()
virtual std::string xcal::render::codec::AbsVideoCodec::name |
( |
| ) |
|
|
inlinevirtual |
◆ open()
virtual bool_t xcal::render::codec::AbsVideoCodec::open |
( |
| ) |
|
|
pure virtual |
◆ width()
int xcal::render::codec::AbsVideoCodec::width |
( |
| ) |
const |
|
inline |
该类的文档由以下文件生成: