|
plv player sdk doc
|
#include <plv-player-def.h>
Public Member Functions | |
| PLVChannelInfo () | |
Data Fields | |
| char | channelId [PLV_MAX_NAME_LENGTH] |
| channel id. | |
| char | name [PLV_MAX_NAME_LENGTH] |
| channel name. | |
| PLVChannelLineInfo * | lines |
| multi lines info. | |
| int64_t | lineNum |
| lines number. | |
| bool | isOnlyAudio |
| only audio support. | |
channel info.
Definition at line 449 of file plv-player-def.h.
|
inline |
Definition at line 455 of file plv-player-def.h.
| char channelId[PLV_MAX_NAME_LENGTH] |
channel id.
Definition at line 450 of file plv-player-def.h.
| bool isOnlyAudio |
only audio support.
Definition at line 454 of file plv-player-def.h.
| int64_t lineNum |
lines number.
Definition at line 453 of file plv-player-def.h.
| PLVChannelLineInfo* lines |
multi lines info.
Definition at line 452 of file plv-player-def.h.
| char name[PLV_MAX_NAME_LENGTH] |
channel name.
Definition at line 451 of file plv-player-def.h.