|
Final Platform Layer 1.0.0
|
A structure defining a video rectangle's position and size. More...
#include <final_platform_layer.h>
Data Fields | |
| int32_t | height |
| Height in pixels. | |
| int32_t | width |
| Width in pixels. | |
| int32_t | x |
| Left position in pixels. | |
| int32_t | y |
| Top position in pixels. | |
A structure defining a video rectangle's position and size.
Definition at line 10209 of file final_platform_layer.h.
| int32_t fplVideoRect::height |
Height in pixels.
Definition at line 10217 of file final_platform_layer.h.
| int32_t fplVideoRect::width |
Width in pixels.
Definition at line 10215 of file final_platform_layer.h.
| int32_t fplVideoRect::x |
Left position in pixels.
Definition at line 10211 of file final_platform_layer.h.
| int32_t fplVideoRect::y |
Top position in pixels.
Definition at line 10213 of file final_platform_layer.h.