bg_video_info_t Struct Reference
[Track information]

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.


Detailed Description

Description of a video stream.

Unknown fields can be NULL.


Field Documentation

Format (invalid before the start function was called).

Something like MPEG-1 video 1150 kbps.

The language in ISO 639-2 (3 character code+'\0').

Info about this stream.

Duration in timescale tics.

First timestamp.


The documentation for this struct was generated from the following file:

doxygen