FreeSWITCH API Documentation  1.7.0
Data Fields
switch_image_rect Struct Reference

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

#include <switch_core_video.h>

+ Collaboration diagram for switch_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 81 of file switch_core_video.h.

Field Documentation

unsigned int switch_image_rect::h

height

Definition at line 85 of file switch_core_video.h.

unsigned int switch_image_rect::w

width

Definition at line 84 of file switch_core_video.h.

unsigned int switch_image_rect::x

leftmost column

Definition at line 82 of file switch_core_video.h.

unsigned int switch_image_rect::y

topmost row

Definition at line 83 of file switch_core_video.h.


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