|
plv player sdk doc
|
#include <plv-player-def.h>
Public Member Functions | |
| PLVVideoRequestParam () | |
Data Fields | |
| VIDEO_REQUEST_TYPE | type |
| search type. | |
| const char * | vids |
| search vids, max:100, eg: 1b448be3231361255350f047cd7ed6bb_1,1b448be323b8d9b9489dcd7e8e09f087_1. | |
| int | page |
| search page. from 1 first. | |
| int | pageSize |
| search page size, max:1000. | |
video request param.
Definition at line 331 of file plv-player-def.h.
|
inline |
Definition at line 332 of file plv-player-def.h.
| int page |
search page. from 1 first.
Definition at line 341 of file plv-player-def.h.
| int pageSize |
search page size, max:1000.
Definition at line 342 of file plv-player-def.h.
| VIDEO_REQUEST_TYPE type |
search type.
Definition at line 339 of file plv-player-def.h.
| const char* vids |
search vids, max:100, eg: 1b448be3231361255350f047cd7ed6bb_1,1b448be323b8d9b9489dcd7e8e09f087_1.
Definition at line 340 of file plv-player-def.h.