FreeSWITCH API Documentation  1.7.0
Data Fields
vpx_image_rect Struct Reference

Representation of a rectangle on a surface. More...

#include <switch_image.h>

+ Collaboration diagram for vpx_image_rect:

Data Fields

unsigned int x
 
unsigned int y
 
unsigned int w
 
unsigned int h
 

Detailed Description

Representation of a rectangle on a surface.

Definition at line 136 of file switch_image.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: