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() | av::Rect | inline |
getWidth() | av::Rect | inline |
getX() | av::Rect | inline |
getY() | av::Rect | inline |
Rect() | av::Rect | |
Rect(int width, int height) | av::Rect | |
Rect(int x, int y, int width, int height) | av::Rect | |
setHeight(int h) | av::Rect | inline |
setWidth(int w) | av::Rect | inline |
setX(int x) | av::Rect | inline |
setY(int y) | av::Rect | inline |