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