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.h314 行定义.

构造及析构函数说明

◆ PLVLogoTextInfo()

PLVLogoTextInfo ( )
inline

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

结构体成员变量说明

◆ alignX

int alignX

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

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

◆ alignY

int alignY

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

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

◆ borderColor

const char* borderColor

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

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

◆ borderSize

int borderSize

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

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

◆ text

const char* text

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

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

◆ textColor

const char* textColor

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

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

◆ textSize

int textSize

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

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


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