plv player sdk doc
载入中...
搜索中...
未找到
结构体 | Public 成员函数 | 成员变量
PLVVideoRequestInfo结构体 参考

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

结构体

struct  Rate
 

Public 成员函数

 PLVVideoRequestInfo ()
 

成员变量

bool encrypt
 是否加密.
 
int status
 视频状态.
 
int cateId
 分类id, 如1为默认分类.
 
int64_t sourceFilesize
 源文件大小, 单位: 字节.
 
double duration
 视频时长, 单位: 秒.
 
Raterates
 清晰度列表.
 
int ratesNum
 清晰度数量.
 
const char * vid
 视频id, use UTF8.
 
const char * title
 视频标题, use UTF8.
 
const char * thumbnailURL
 首图地址, 小图.
 
const char * coverURL
 首图地址, 大图.
 

详细描述

视频信息

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

构造及析构函数说明

◆ PLVVideoRequestInfo()

PLVVideoRequestInfo ( )
inline

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

结构体成员变量说明

◆ cateId

int cateId

分类id, 如1为默认分类.

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

◆ coverURL

const char* coverURL

首图地址, 大图.

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

◆ duration

double duration

视频时长, 单位: 秒.

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

◆ encrypt

bool encrypt

是否加密.

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

◆ rates

Rate* rates

清晰度列表.

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

◆ ratesNum

int ratesNum

清晰度数量.

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

◆ sourceFilesize

int64_t sourceFilesize

源文件大小, 单位: 字节.

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

◆ status

int status

视频状态.

60/61: 已发布. 10: 等待编码. 20: 正在编码. 40: 编码失败. 50: 等待审核. 51: 审核不通过. -1: 已删除.

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

◆ thumbnailURL

const char* thumbnailURL

首图地址, 小图.

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

◆ title

const char* title

视频标题, use UTF8.

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

◆ vid

const char* vid

视频id, use UTF8.

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


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