Data Fields | |
int | n_variants |
struct variant ** | variants |
int | cur_seq_no |
int | end_of_segment |
int | first_packet |
int64_t | first_timestamp |
AVIOInterruptCB * | interrupt_callback |
char | playlisturl [MAX_URL_SIZE] |
int | target_duration |
int | start_seq_no |
int | finished |
int | n_segments |
struct segment ** | segments |
URLContext * | seg_hd |
int64_t | last_load_time |
Definition at line 96 of file applehttp.c.
Definition at line 99 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read(), read_data(), and recheck_discard_flags().
Definition at line 60 of file applehttpproto.c.
Referenced by applehttp_open(), applehttp_read(), and parse_playlist().
Definition at line 101 of file applehttp.c.
Referenced by applehttp_read_header(), and applehttp_read_packet().
Definition at line 102 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), and applehttp_read_seek().
Definition at line 103 of file applehttp.c.
Referenced by applehttp_read_header(), parse_playlist(), and read_data().
int64_t AppleHTTPContext::last_load_time |
Definition at line 67 of file applehttpproto.c.
Referenced by 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().
Definition at line 97 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), new_variant(), parse_playlist(), and recheck_discard_flags().
char AppleHTTPContext::playlisturl[MAX_URL_SIZE] |
Definition at line 57 of file applehttpproto.c.
Referenced by applehttp_open(), and applehttp_read().
Definition at line 66 of file applehttpproto.c.
Referenced by applehttp_close(), and applehttp_read().
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 59 of file applehttpproto.c.
Referenced by applehttp_open(), applehttp_read(), and parse_playlist().
Definition at line 58 of file applehttpproto.c.
Referenced by applehttp_read(), and parse_playlist().
struct variant ** AppleHTTPContext::variants [read] |
Definition at line 98 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), new_variant(), parse_playlist(), and recheck_discard_flags().