FreeSWITCH API Documentation
1.7.0
|
Representation of a rectangle on a surface. More...
#include <switch_image.h>
Data Fields | |
unsigned int | x |
unsigned int | y |
unsigned int | w |
unsigned int | h |
Representation of a rectangle on a surface.
Definition at line 136 of file switch_image.h.
unsigned int vpx_image_rect::h |
height
Definition at line 140 of file switch_image.h.
unsigned int vpx_image_rect::w |
width
Definition at line 139 of file switch_image.h.
unsigned int vpx_image_rect::x |
leftmost column
Definition at line 137 of file switch_image.h.
unsigned int vpx_image_rect::y |
topmost row
Definition at line 138 of file switch_image.h.