WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
WSCImageOverlay Struct Reference

Image overlay parameters (logo / watermark). More...

#include <wsclib.h>

Data Fields

const char * filePath
int x
int y
int width
int height
float opacity

Detailed Description

Image overlay parameters (logo / watermark).

Field Documentation

◆ filePath

const char* WSCImageOverlay::filePath

UTF-8 path to PNG/JPEG/BMP (NULL = clear overlay).

◆ x

int WSCImageOverlay::x

◆ y

int WSCImageOverlay::y

Position in pixels from top-left of output.

◆ width

int WSCImageOverlay::width

Display width (0 = original size).

◆ height

int WSCImageOverlay::height

Display height (0 = original size).

◆ opacity

float WSCImageOverlay::opacity

Opacity: 0.0 = transparent, 1.0 = opaque (default 1.0).


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