plv player sdk doc
Public 成员函数 | 成员变量
PLVLogoTextInfo结构体 参考

#include <plv-player-def-CN.h>

Public 成员函数

 PLVLogoTextInfo ()
 

成员变量

const char * text
 LOGO 内容信息, 必须使用 utf8. 更多...
 
int textSize
 字体大小, [1, 255], 默认值 55. 更多...
 
const char * textColor
 字体颜色值 ARGB, 默认值 #FF000000. 更多...
 
int borderSize
 描边大小, [0, 255], 0 值时描边失效 ,默认值 1. 更多...
 
const char * borderColor
 描边颜色值 ARGB, 默认值 #FFFFFFFF.
更多...
 
int alignX
 [-1 0 1] 水平位置 左中右, 默认值 1. 更多...
 
int alignY
 [-1 0 1] 垂直位置 上中下, 默认值 -1. 更多...
 

详细描述

LOGO 信息结构.

在文件 plv-player-def-CN.h279 行定义.

构造及析构函数说明

◆ PLVLogoTextInfo()

PLVLogoTextInfo ( )
inline

在文件 plv-player-def-CN.h280 行定义.

结构体成员变量说明

◆ alignX

int alignX

[-1 0 1] 水平位置 左中右, 默认值 1.

在文件 plv-player-def-CN.h295 行定义.

◆ alignY

int alignY

[-1 0 1] 垂直位置 上中下, 默认值 -1.

在文件 plv-player-def-CN.h296 行定义.

◆ borderColor

const char* borderColor

描边颜色值 ARGB, 默认值 #FFFFFFFF.

在文件 plv-player-def-CN.h294 行定义.

◆ borderSize

int borderSize

描边大小, [0, 255], 0 值时描边失效 ,默认值 1.

在文件 plv-player-def-CN.h293 行定义.

◆ text

const char* text

LOGO 内容信息, 必须使用 utf8.

在文件 plv-player-def-CN.h290 行定义.

◆ textColor

const char* textColor

字体颜色值 ARGB, 默认值 #FF000000.

在文件 plv-player-def-CN.h292 行定义.

◆ textSize

int textSize

字体大小, [1, 255], 默认值 55.

在文件 plv-player-def-CN.h291 行定义.


该结构体的文档由以下文件生成: