FFmpeg
|
Data Fields | |
int | nb_tracks |
int64_t | duration |
struct Track ** | tracks |
int | video_track |
int | audio_track |
int | nb_video_tracks |
int | nb_audio_tracks |
Definition at line 75 of file ismindex.c.
int Tracks::nb_tracks |
Definition at line 76 of file ismindex.c.
Referenced by clean_tracks(), handle_file(), main(), output_client_manifest(), output_server_manifest(), print_track_chunks(), read_tfra(), and write_fragments().
int64_t Tracks::duration |
Definition at line 77 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
struct Track** Tracks::tracks |
Definition at line 78 of file ismindex.c.
Referenced by clean_tracks(), handle_file(), output_client_manifest(), output_server_manifest(), print_track_chunks(), read_tfra(), and write_fragments().
int Tracks::video_track |
Definition at line 79 of file ismindex.c.
Referenced by handle_file(), main(), and output_client_manifest().
int Tracks::audio_track |
Definition at line 79 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
int Tracks::nb_video_tracks |
Definition at line 80 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
int Tracks::nb_audio_tracks |
Definition at line 80 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().