avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
av::Rect Member List

This is the complete list of members for av::Rect, including all inherited members.

getHeight() const noexceptav::Rectinline
getWidth() const noexceptav::Rectinline
getX() const noexceptav::Rectinline
getY() const noexceptav::Rectinline
Rect() noexcept=defaultav::Rect
Rect(int width, int height) noexceptav::Rect
Rect(int x, int y, int width, int height) noexceptav::Rect
setHeight(int h) noexceptav::Rectinline
setWidth(int w) noexceptav::Rectinline
setX(int x) noexceptav::Rectinline
setY(int y) noexceptav::Rectinline