|
FFmpeg
|
Data Fields | |
| int | bandwidth |
| int | n_playlists |
| struct playlist ** | playlists |
| char | audio_group [MAX_FIELD_LEN] |
| char | video_group [MAX_FIELD_LEN] |
| char | subtitles_group [MAX_FIELD_LEN] |
| char | url [MAX_URL_SIZE] |
| int variant::bandwidth |
Definition at line 186 of file hls.c.
Referenced by add_stream_to_programs(), hls_read_header(), new_variant(), and parse_playlist().
| int variant::n_playlists |
Definition at line 189 of file hls.c.
Referenced by add_renditions_to_variant(), add_stream_to_programs(), and new_variant().
| struct playlist** variant::playlists |
Definition at line 190 of file hls.c.
Referenced by add_renditions_to_variant(), add_stream_to_programs(), free_variant_list(), and new_variant().
| char variant::audio_group[MAX_FIELD_LEN] |
Definition at line 192 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::video_group[MAX_FIELD_LEN] |
Definition at line 193 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::subtitles_group[MAX_FIELD_LEN] |
Definition at line 194 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::url[MAX_URL_SIZE] |
Definition at line 54 of file hlsproto.c.
Referenced by hls_read(), and parse_playlist().
1.8.17