#include <videomanager_interface.h>
Definition at line 121 of file videomanager_interface.h.
◆ VideoFrame()
libjami::VideoFrame::VideoFrame |
( |
| ) |
|
|
inline |
◆ ~VideoFrame()
libjami::VideoFrame::~VideoFrame |
( |
| ) |
|
◆ copyFrom()
void libjami::VideoFrame::copyFrom |
( |
const VideoFrame & |
o | ) |
|
◆ format()
int libjami::VideoFrame::format |
( |
| ) |
const |
|
noexcept |
◆ getOrientation()
int libjami::VideoFrame::getOrientation |
( |
| ) |
const |
◆ height()
int libjami::VideoFrame::height |
( |
| ) |
const |
|
noexcept |
◆ noise()
void libjami::VideoFrame::noise |
( |
| ) |
|
◆ reserve()
void libjami::VideoFrame::reserve |
( |
int |
format, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ reset()
void libjami::VideoFrame::reset |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ setFromMemory() [1/2]
void libjami::VideoFrame::setFromMemory |
( |
uint8_t * |
data, |
|
|
int |
format, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
noexcept |
◆ setFromMemory() [2/2]
void libjami::VideoFrame::setFromMemory |
( |
uint8_t * |
data, |
|
|
int |
format, |
|
|
int |
width, |
|
|
int |
height, |
|
|
const std::function< void(uint8_t *)> & |
cb |
|
) |
| |
|
noexcept |
◆ setReleaseCb()
void libjami::VideoFrame::setReleaseCb |
( |
const std::function< void(uint8_t *)> & |
cb | ) |
|
|
noexcept |
◆ size()
std::size_t libjami::VideoFrame::size |
( |
| ) |
const |
|
noexcept |
◆ width()
int libjami::VideoFrame::width |
( |
| ) |
const |
|
noexcept |
The documentation for this class was generated from the following file: