plv player sdk doc
|
#include <plv-player-def.h>
Data Fields | |
int64_t | filesize |
rate file size. | |
int | rate |
rate, see @VIDEO_RATE_TYPE | |
int | bitrate |
video bitrate. | |
int | fps |
video fps. | |
int | height |
video height. | |
int | width |
video width. | |
Definition at line 376 of file plv-player-def.h.
int bitrate |
video bitrate.
Definition at line 379 of file plv-player-def.h.
int64_t filesize |
rate file size.
Definition at line 377 of file plv-player-def.h.
int fps |
video fps.
Definition at line 380 of file plv-player-def.h.
int height |
video height.
Definition at line 381 of file plv-player-def.h.
int rate |
rate, see @VIDEO_RATE_TYPE
Definition at line 378 of file plv-player-def.h.
int width |
video width.
Definition at line 382 of file plv-player-def.h.