Data Fields | |
int | bandwidth |
char | url [MAX_URL_SIZE] |
AVIOContext * | pb |
AVFormatContext * | ctx |
AVPacket | pkt |
int | stream_offset |
int | start_seq_no |
int | n_segments |
struct segment ** | segments |
int | needed |
Definition at line 56 of file applehttp.c.
Definition at line 57 of file applehttp.c.
Referenced by applehttp_open(), new_variant(), and parse_playlist().
char variant::url |
Definition at line 58 of file applehttp.c.
Referenced by applehttp_open(), applehttp_read(), applehttp_read_header(), applehttp_read_packet(), new_variant(), open_variant(), and parse_playlist().
Definition at line 59 of file applehttp.c.
Referenced by applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), and open_variant().
Definition at line 60 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), free_variant_list(), and open_variant().
Definition at line 61 of file applehttp.c.
Referenced by applehttp_read_packet(), applehttp_read_seek(), free_variant_list(), new_variant(), and open_variant().
Definition at line 62 of file applehttp.c.
Referenced by applehttp_read_header(), and applehttp_read_packet().
Definition at line 64 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), open_variant(), and parse_playlist().
Definition at line 65 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_packet(), applehttp_read_seek(), free_segment_list(), open_variant(), and parse_playlist().
struct segment** variant::segments [read] |
Definition at line 66 of file applehttp.c.
Referenced by applehttp_read_header(), applehttp_read_seek(), free_segment_list(), open_variant(), and parse_playlist().
int variant::needed |