plv player sdk doc
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
PLVLogoTextInfo Struct Reference

#include <plv-player-def.h>

Public Member Functions

 PLVLogoTextInfo ()
 

Data Fields

const char * text
 logo text display, must set. use utf8.
 
int textSize
 font size, [1, 255], default 16.
 
const char * textColor
 font color ARGB, default #FF000000.
 
int borderSize
 border size, [0, 255], A value of 0 disables borders, default 1.
 
const char * borderColor
 border color ARGB, default #FFFFFFFF.
 
int alignX
 [-1 0 1] left center right, default 1.
 
int alignY
 [-1 0 1] top center bottom, default -1.
 

Detailed Description

logo text setting.

Definition at line 298 of file plv-player-def.h.

Constructor & Destructor Documentation

◆ PLVLogoTextInfo()

PLVLogoTextInfo ( )
inline

Definition at line 299 of file plv-player-def.h.

Field Documentation

◆ alignX

int alignX

[-1 0 1] left center right, default 1.

Definition at line 314 of file plv-player-def.h.

◆ alignY

int alignY

[-1 0 1] top center bottom, default -1.

Definition at line 315 of file plv-player-def.h.

◆ borderColor

const char* borderColor

border color ARGB, default #FFFFFFFF.

Definition at line 313 of file plv-player-def.h.

◆ borderSize

int borderSize

border size, [0, 255], A value of 0 disables borders, default 1.

Definition at line 312 of file plv-player-def.h.

◆ text

const char* text

logo text display, must set. use utf8.

Definition at line 309 of file plv-player-def.h.

◆ textColor

const char* textColor

font color ARGB, default #FF000000.

Definition at line 311 of file plv-player-def.h.

◆ textSize

int textSize

font size, [1, 255], default 16.

Definition at line 310 of file plv-player-def.h.


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