plv player sdk doc
|
Go to the source code of this file.
Data Structures | |
struct | PLVAccountInfo |
struct | PLVOsdConfigInfo |
struct | PLVLogoTextInfo |
struct | PLVVideoRequestParam |
struct | PLVVideoRequestInfo |
struct | PLVVideoRequestInfo::Rate |
struct | PLVVideoRequestPageInfo |
struct | PLVVideoFrame |
Variables | |
const int | PLV_MAX_DEVICE_ID_LENGTH = 512 |
enum DEVICE_CHANGED_TYPE |
Device Changed type
Enumerator | |
---|---|
DEVICE_CHANGED_NONE | no device changed. |
HDMI_DEVICE_USE | the device can use. |
HDMI_DEVICE_UNUSE | the device can not use. |
Definition at line 90 of file plv-player-def.h.
enum LOG_FILTER_TYPE |
Output log filter level.
Definition at line 58 of file plv-player-def.h.
enum OSD_DISPLAY_TYPE |
OSD display type.
Enumerator | |
---|---|
OSD_DISPALY_ROLL | Scroll right to left. |
OSD_DISPALY_BLINK | Random position flicker. |
Definition at line 223 of file plv-player-def.h.
enum PLAYER_MEDIA_FORMAT |
the player media data format.
Enumerator | |
---|---|
MEDIA_FORMAT_INT64 | int type. |
MEDIA_FORMAT_DOUBLE | double type. |
MEDIA_FORMAT_STRING | string type. |
Definition at line 216 of file plv-player-def.h.
the player media property.
Definition at line 199 of file plv-player-def.h.
enum PLAYER_MEDIA_STATE |
the player media state.
Definition at line 185 of file plv-player-def.h.
enum SDK_ERROR_TYPE |
the error code.
Definition at line 144 of file plv-player-def.h.
enum SDK_HTTP_REQUEST |
first http request.
Definition at line 130 of file plv-player-def.h.
Software recording notify type
Definition at line 80 of file plv-player-def.h.
enum VIDEO_OUTPUT_DEVICE |
Video output drivers are interfaces to different video output facilities.
Definition at line 102 of file plv-player-def.h.
enum VIDEO_RATE_TYPE |
the video rate.
Definition at line 38 of file plv-player-def.h.
enum VIDEO_REQUEST_TYPE |
video request type.
Enumerator | |
---|---|
VIDEO_REQUEST_NONE | search none. |
VIDEO_REQUEST_VID | vids search, eg: 1b448be3231361255350f047cd7ed6bb_1,1b448be323b8d9b9489dcd7e8e09f087_1. |
VIDEO_REQUEST_PAGE | page search. |
Definition at line 319 of file plv-player-def.h.
const int PLV_MAX_DEVICE_ID_LENGTH = 512 |
the device string length.
Definition at line 35 of file plv-player-def.h.