Skip to content

fplVideoRect Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

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

#include <final_platform_layer.h>

Data Fields

Type Name
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:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally