Final Platform Layer 1.0.0
Loading...
Searching...
No Matches
fplVideoRect Struct Reference

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.

Detailed Description

A structure defining a video rectangle's position and size.

Definition at line 10209 of file final_platform_layer.h.

Field Documentation

◆ height

int32_t fplVideoRect::height

Height in pixels.

Definition at line 10217 of file final_platform_layer.h.

◆ width

int32_t fplVideoRect::width

Width in pixels.

Definition at line 10215 of file final_platform_layer.h.

◆ x

int32_t fplVideoRect::x

Left position in pixels.

Definition at line 10211 of file final_platform_layer.h.

◆ y

int32_t fplVideoRect::y

Top position in pixels.

Definition at line 10213 of file final_platform_layer.h.


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