|
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 85 of file ismindex.c.
| int Tracks::nb_tracks |
Definition at line 86 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 87 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
| struct Track** Tracks::tracks |
Definition at line 88 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 89 of file ismindex.c.
Referenced by handle_file(), main(), and output_client_manifest().
| int Tracks::audio_track |
Definition at line 89 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
| int Tracks::nb_video_tracks |
Definition at line 90 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
| int Tracks::nb_audio_tracks |
Definition at line 90 of file ismindex.c.
Referenced by handle_file(), and output_client_manifest().
1.8.2