Data Fields | |
int | target_duration |
int | finished |
int | n_variants |
struct variant ** | variants |
int | cur_seq_no |
int64_t | last_load_time |
int64_t | last_packet_dts |
int | max_start_seq |
int | min_end_seq |
char | playlisturl [MAX_URL_SIZE] |
int | start_seq_no |
int | n_segments |
struct segment ** | segments |
URLContext * | seg_hd |
Definition at line 70 of file applehttp.c.
Definition at line 71 of file applehttp.c.
Referenced by applehttp_read(), applehttp_read_packet(), and parse_playlist().
Definition at line 72 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), open_variant(), and parse_playlist().
Definition at line 73 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), new_variant(), and parse_playlist().
struct variant ** AppleHTTPContext::variants [read] |
Definition at line 74 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), new_variant(), and parse_playlist().
Definition at line 75 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), and open_variant().
int64_t AppleHTTPContext::last_load_time |
Definition at line 76 of file applehttp.c.
Referenced by applehttp_read(), applehttp_read_packet(), and parse_playlist().
Definition at line 77 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), and open_variant().
Definition at line 78 of file applehttp.c.
Referenced by applehttp_read_header(), and applehttp_read_packet().
Definition at line 78 of file applehttp.c.
Referenced by applehttp_read_header(), and applehttp_read_packet().
char AppleHTTPContext::playlisturl[MAX_URL_SIZE] |
Definition at line 57 of file applehttpproto.c.
Referenced by applehttp_open(), and applehttp_read().
Definition at line 59 of file applehttpproto.c.
Referenced by applehttp_open(), applehttp_read(), and parse_playlist().
Definition at line 61 of file applehttpproto.c.
Referenced by applehttp_open(), applehttp_read(), free_segment_list(), and parse_playlist().
struct segment** AppleHTTPContext::segments [read] |
Definition at line 62 of file applehttpproto.c.
Referenced by applehttp_read(), free_segment_list(), and parse_playlist().
Definition at line 66 of file applehttpproto.c.
Referenced by applehttp_close(), and applehttp_read().