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 370 of file plv-player-def.h.
|
inline |
Definition at line 371 of file plv-player-def.h.
int cateId |
cate id.
Definition at line 396 of file plv-player-def.h.
const char* coverURL |
cover url, first image, big image.
Definition at line 412 of file plv-player-def.h.
double duration |
video duration.
Definition at line 398 of file plv-player-def.h.
bool encrypt |
is the video encrypted.
Definition at line 385 of file plv-player-def.h.
Rate* rates |
rates list.
Definition at line 407 of file plv-player-def.h.
int ratesNum |
rates num.
Definition at line 408 of file plv-player-def.h.
int64_t sourceFilesize |
source file size.
Definition at line 397 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 395 of file plv-player-def.h.
const char* thumbnailURL |
thumbnail url, first image, small image.
Definition at line 411 of file plv-player-def.h.
const char* title |
video title, use UTF8.
Definition at line 410 of file plv-player-def.h.
const char* vid |
vid, use UTF8.
Definition at line 409 of file plv-player-def.h.