Description of a subtitle stream. More...
#include <streaminfo.h>
Data Fields | |
char * | description |
Something like subrip format. | |
char | language [4] |
The language in ISO 639-2 (3 character code+'\0'). | |
char * | info |
Info about this stream. | |
int | is_text |
1 if subtitles are in text format (0 for overlay subtitles) | |
gavl_video_format_t | format |
Format of overlay subtitles. | |
int64_t | duration |
Duration in timescale tics. |
Description of a subtitle stream.
Unknown fields can be NULL.
Something like subrip format.
char bg_subtitle_info_t::language[4] |
The language in ISO 639-2 (3 character code+'\0').
char* bg_subtitle_info_t::info |
Info about this stream.
1 if subtitles are in text format (0 for overlay subtitles)
Format of overlay subtitles.
int64_t bg_subtitle_info_t::duration |
Duration in timescale tics.