|
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 174 of file hls.c.
Referenced by add_stream_to_programs(), hls_open(), hls_read_header(), new_variant(), and parse_playlist().
| int variant::n_playlists |
Definition at line 177 of file hls.c.
Referenced by add_renditions_to_variant(), add_stream_to_programs(), and new_variant().
| struct playlist** variant::playlists |
Definition at line 178 of file hls.c.
Referenced by add_renditions_to_variant(), add_stream_to_programs(), free_variant_list(), hls_read_seek(), and new_variant().
| char variant::audio_group[MAX_FIELD_LEN] |
Definition at line 180 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::video_group[MAX_FIELD_LEN] |
Definition at line 181 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::subtitles_group[MAX_FIELD_LEN] |
Definition at line 182 of file hls.c.
Referenced by hls_read_header(), and new_variant().
| char variant::url[MAX_URL_SIZE] |
Definition at line 55 of file hlsproto.c.
Referenced by hls_open(), hls_read(), and parse_playlist().
1.8.6