FFmpeg
|
Data Fields | |
int | bandwidth |
int | n_playlists |
struct playlist ** | playlists |
char | url [MAX_URL_SIZE] |
int variant::bandwidth |
Definition at line 96 of file hls.c.
Referenced by hls_open(), hls_read_header(), new_variant(), and parse_playlist().
int variant::n_playlists |
Definition at line 97 of file hls.c.
Referenced by hls_read_header(), new_variant(), and playlist_in_multiple_variants().
struct playlist** variant::playlists |
Definition at line 98 of file hls.c.
Referenced by free_variant_list(), hls_read_header(), hls_read_seek(), new_variant(), and playlist_in_multiple_variants().
char variant::url[MAX_URL_SIZE] |
Definition at line 54 of file hlsproto.c.
Referenced by hls_open(), hls_read(), and parse_playlist().