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 347 of file plv-player-def.h.
|
inline |
Definition at line 348 of file plv-player-def.h.
int cateId |
cate id.
Definition at line 373 of file plv-player-def.h.
const char* coverURL |
cover url, first image, big image.
Definition at line 389 of file plv-player-def.h.
double duration |
video duration.
Definition at line 375 of file plv-player-def.h.
bool encrypt |
is the video encrypted.
Definition at line 362 of file plv-player-def.h.
Rate* rates |
rates list.
Definition at line 384 of file plv-player-def.h.
int ratesNum |
rates num.
Definition at line 385 of file plv-player-def.h.
int64_t sourceFilesize |
source file size.
Definition at line 374 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 372 of file plv-player-def.h.
const char* thumbnailURL |
thumbnail url, first image, small image.
Definition at line 388 of file plv-player-def.h.
const char* title |
video title, use UTF8.
Definition at line 387 of file plv-player-def.h.
const char* vid |
vid, use UTF8.
Definition at line 386 of file plv-player-def.h.