plv player sdk doc
|
#include <plv-player-def.h>
Public Member Functions | |
PLVOsdConfigInfo () | |
Data Fields | |
const char * | text |
osd text display, must set. use utf8. | |
int | textSize |
font size, [1, 255], default 55. | |
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. | |
OSD_DISPLAY_TYPE | animationEffect |
animation effect of running lantern, default OSD_DISPALY_ROLL. | |
int | displayDuration |
The duration of a single running lantern, in seconds. default 5 seconds. | |
int | displayInterval |
The time interval between two running lights, in seconds. default 1 seconds. | |
int | fadeDuration |
The duration of the gradient animation of the lantern text from display to disappearance, in seconds. default 3 seconds. | |
OSD info setting.
Definition at line 255 of file plv-player-def.h.
|
inline |
Definition at line 256 of file plv-player-def.h.
OSD_DISPLAY_TYPE animationEffect |
animation effect of running lantern, default OSD_DISPALY_ROLL.
Definition at line 273 of file plv-player-def.h.
const char* borderColor |
border color ARGB, default #FFFFFFFF.
Definition at line 272 of file plv-player-def.h.
int borderSize |
border Size, [0, 255], A value of 0 disables borders, default 1.
Definition at line 271 of file plv-player-def.h.
int displayDuration |
The duration of a single running lantern, in seconds. default 5 seconds.
Definition at line 279 of file plv-player-def.h.
int displayInterval |
The time interval between two running lights, in seconds. default 1 seconds.
Definition at line 285 of file plv-player-def.h.
int fadeDuration |
The duration of the gradient animation of the lantern text from display to disappearance, in seconds. default 3 seconds.
Definition at line 293 of file plv-player-def.h.
const char* text |
osd text display, must set. use utf8.
Definition at line 268 of file plv-player-def.h.
const char* textColor |
font color ARGB, default #FF000000.
Definition at line 270 of file plv-player-def.h.
int textSize |
font size, [1, 255], default 55.
Definition at line 269 of file plv-player-def.h.