avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::Rect, including all inherited members.
getHeight() const noexcept | av::Rect | inline |
getWidth() const noexcept | av::Rect | inline |
getX() const noexcept | av::Rect | inline |
getY() const noexcept | av::Rect | inline |
Rect() noexcept=default | av::Rect | |
Rect(int width, int height) noexcept | av::Rect | |
Rect(int x, int y, int width, int height) noexcept | av::Rect | |
setHeight(int h) noexcept | av::Rect | inline |
setWidth(int w) noexcept | av::Rect | inline |
setX(int x) noexcept | av::Rect | inline |
setY(int y) noexcept | av::Rect | inline |