plv player sdk doc
|
#include <plv-player-def.h>
Data Structures | |
struct | Rate |
Public Member Functions | |
PLVVideoRequestInfo () | |
Data Fields | |
bool | encrypt |
is the video encrypted. | |
int | status |
video status. | |
int | cateId |
cate id. | |
int64_t | sourceFilesize |
source file size. | |
double | duration |
video duration. | |
Rate * | rates |
rates list. | |
int | ratesNum |
rates num. | |
const char * | vid |
vid, use UTF8. | |
const char * | title |
video title, use UTF8. | |
const char * | thumbnailURL |
thumbnail url, first image, small image. | |
const char * | coverURL |
cover url, first image, big image. | |
video request info.
Definition at line 340 of file plv-player-def.h.
|
inline |
Definition at line 341 of file plv-player-def.h.
int cateId |
cate id.
Definition at line 366 of file plv-player-def.h.
const char* coverURL |
cover url, first image, big image.
Definition at line 382 of file plv-player-def.h.
double duration |
video duration.
Definition at line 368 of file plv-player-def.h.
bool encrypt |
is the video encrypted.
Definition at line 355 of file plv-player-def.h.
Rate* rates |
rates list.
Definition at line 377 of file plv-player-def.h.
int ratesNum |
rates num.
Definition at line 378 of file plv-player-def.h.
int64_t sourceFilesize |
source file size.
Definition at line 367 of file plv-player-def.h.
int status |
video status.
60/61: Published. 10: Waiting for encoding. 20: Encoding. 40: Encoding failed. 50: Waiting for Review. 51: Review failed. -1: Deleted.
Definition at line 365 of file plv-player-def.h.
const char* thumbnailURL |
thumbnail url, first image, small image.
Definition at line 381 of file plv-player-def.h.
const char* title |
video title, use UTF8.
Definition at line 380 of file plv-player-def.h.
const char* vid |
vid, use UTF8.
Definition at line 379 of file plv-player-def.h.