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

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

Public 成员函数

 LogoTextInfo ()
 

成员变量

const char * text
 LOGO 内容信息, 必须使用 utf8. 更多...
 
const char * textFontName
 字体名称, 可以为空, 必须使用系统自带字体. 更多...
 
int textSize
 字体大小, [1, 255], 默认值 16. 更多...
 
const char * textColor
 字体颜色值 ARGB, 默认值 #FFFFFFFF. 更多...
 
int borderWidth
 描边大小, [0, 255], 如果为 0 值时描边失效, 默认值 1. 更多...
 
const char * borderColor
 描边颜色值 ARGB, 默认值 #FF000000.
更多...
 
int alignX
 [-1 0 1] 水平位置 左中右, 默认值 1. 更多...
 
int alignY
 [-1 0 1] 垂直位置 上中下, 默认值 -1. 更多...
 

详细描述

LOGO 信息结构.

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

构造及析构函数说明

◆ LogoTextInfo()

LogoTextInfo ( )
inline

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

结构体成员变量说明

◆ alignX

int alignX

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

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

◆ alignY

int alignY

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

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

◆ borderColor

const char* borderColor

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

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

◆ borderWidth

int borderWidth

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

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

◆ text

const char* text

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

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

◆ textColor

const char* textColor

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

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

◆ textFontName

const char* textFontName

字体名称, 可以为空, 必须使用系统自带字体.

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

◆ textSize

int textSize

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

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


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