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 |
struct | PLVChannelLineInfo |
struct | PLVChannelInfo |
Variables | |
const int | PLV_MAX_DEVICE_ID_LENGTH = 512 |
const int | PLV_MAX_NAME_LENGTH = 1024 |
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 93 of file plv-player-def.h.
Channel State
Definition at line 234 of file plv-player-def.h.
Live Play Mode
Enumerator | |
---|---|
PLAY_AUDIO_VIDEO | play audio and video. |
PLAY_AUDIO_ONLY | play audio only. |
Definition at line 243 of file plv-player-def.h.
enum LOG_FILTER_TYPE |
Output log filter level.
Definition at line 61 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 228 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 221 of file plv-player-def.h.
the player media property.
Definition at line 204 of file plv-player-def.h.
enum PLAYER_MEDIA_STATE |
the player media state.
Definition at line 190 of file plv-player-def.h.
enum SDK_ERROR_TYPE |
the error code.
Definition at line 147 of file plv-player-def.h.
enum SDK_HTTP_REQUEST |
http request type.
Definition at line 133 of file plv-player-def.h.
Software recording notify type
Definition at line 83 of file plv-player-def.h.
enum VIDEO_OUTPUT_DEVICE |
Video output drivers are interfaces to different video output facilities.
Definition at line 105 of file plv-player-def.h.
enum VIDEO_RATE_TYPE |
the video rate.
Definition at line 41 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 349 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.
const int PLV_MAX_NAME_LENGTH = 1024 |
the name length
Definition at line 38 of file plv-player-def.h.