gmerlin
|
Track info. More...
#include <streaminfo.h>
Data Fields | |
int | flags |
1 if track is seekable (duration must be > 0 then) More... | |
char * | name |
Name of the track (can be NULL) More... | |
int64_t | duration |
Duration. More... | |
int | num_audio_streams |
Number of audio streams. More... | |
int | num_video_streams |
Number of video streams. More... | |
int | num_subtitle_streams |
Number of subtitle streams. More... | |
bg_audio_info_t * | audio_streams |
Audio streams. More... | |
bg_video_info_t * | video_streams |
Video streams. More... | |
bg_subtitle_info_t * | subtitle_streams |
Subtitle streams. More... | |
gavl_metadata_t | metadata |
Metadata (optional) More... | |
char * | url |
URL (needed if is_redirector field is nonzero) More... | |
bg_chapter_list_t * | chapter_list |
Chapter list (or NULL) More... | |
Track info.
int bg_track_info_t::flags |
1 if track is seekable (duration must be > 0 then)
char* bg_track_info_t::name |
Name of the track (can be NULL)
int64_t bg_track_info_t::duration |
Duration.
int bg_track_info_t::num_audio_streams |
Number of audio streams.
int bg_track_info_t::num_video_streams |
Number of video streams.
int bg_track_info_t::num_subtitle_streams |
Number of subtitle streams.
bg_audio_info_t* bg_track_info_t::audio_streams |
Audio streams.
bg_video_info_t* bg_track_info_t::video_streams |
Video streams.
bg_subtitle_info_t* bg_track_info_t::subtitle_streams |
Subtitle streams.
gavl_metadata_t bg_track_info_t::metadata |
Metadata (optional)
char* bg_track_info_t::url |
URL (needed if is_redirector field is nonzero)
bg_chapter_list_t* bg_track_info_t::chapter_list |
Chapter list (or NULL)