Data Fields | |
int | bandwidth |
char | url [MAX_URL_SIZE] |
AVIOContext | pb |
uint8_t * | read_buffer |
URLContext * | input |
AVFormatContext * | parent |
int | index |
AVFormatContext * | ctx |
AVPacket | pkt |
int | stream_offset |
int | finished |
int | target_duration |
int | start_seq_no |
int | n_segments |
struct segment ** | segments |
int | needed |
int | cur_needed |
int | cur_seq_no |
int64_t | last_load_time |
char | key_url [MAX_URL_SIZE] |
uint8_t | key [16] |
Definition at line 70 of file applehttp.c.
Definition at line 71 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read_header(), new_variant(), and parse_playlist().
Definition at line 78 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), free_variant_list(), and read_data().
Definition at line 88 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), open_input(), read_data(), and recheck_discard_flags().
Definition at line 82 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), parse_playlist(), and read_data().
int variant::index |
Definition at line 75 of file applehttp.c.
Referenced by applehttp_read_seek(), free_variant_list(), open_input(), read_data(), and recheck_discard_flags().
uint8_t variant::key[16] |
char variant::key_url[MAX_URL_SIZE] |
int64_t variant::last_load_time |
Definition at line 85 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), free_segment_list(), parse_playlist(), and read_data().
int variant::needed |
Definition at line 87 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), read_data(), and recheck_discard_flags().
Definition at line 73 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), and recheck_discard_flags().
Definition at line 79 of file applehttp.c.
Referenced by applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), and new_variant().
uint8_t* variant::read_buffer |
struct segment** variant::segments [read] |
Definition at line 86 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), free_segment_list(), open_input(), and parse_playlist().
Definition at line 84 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), open_input(), parse_playlist(), and read_data().
Definition at line 80 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), and read_data().
char variant::url |
Definition at line 72 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read(), applehttp_read_header(), new_variant(), parse_playlist(), and read_data().