|
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 399 of file plv-player-def.h.
| int bitrate |
video bitrate.
Definition at line 402 of file plv-player-def.h.
| int64_t filesize |
rate file size.
Definition at line 400 of file plv-player-def.h.
| int fps |
video fps.
Definition at line 403 of file plv-player-def.h.
| int height |
video height.
Definition at line 404 of file plv-player-def.h.
| int rate |
rate, see @VIDEO_RATE_TYPE
Definition at line 401 of file plv-player-def.h.
| int width |
video width.
Definition at line 405 of file plv-player-def.h.