Description of a video stream. More...
#include <streaminfo.h>
Data Fields | |
| gavl_video_format_t | format |
| Format (invalid before the start function was called). | |
| char * | description |
| Something like MPEG-1 video 1150 kbps. | |
| char | language [4] |
| The language in ISO 639-2 (3 character code+'\0'). | |
| char * | info |
| Info about this stream. | |
| int64_t | duration |
| Duration in timescale tics. | |
| int64_t | pts_offset |
| First timestamp. | |
Description of a video stream.
Unknown fields can be NULL.
Format (invalid before the start function was called).
Something like MPEG-1 video 1150 kbps.
| char bg_video_info_t::language[4] |
The language in ISO 639-2 (3 character code+'\0').
| char* bg_video_info_t::info |
Info about this stream.
| int64_t bg_video_info_t::duration |
Duration in timescale tics.
| int64_t bg_video_info_t::pts_offset |
First timestamp.
1.6.3