Data Fields | |
int | n_variants |
struct variant ** | variants |
int | cur_seq_no |
int | end_of_segment |
int | first_packet |
int64_t | first_timestamp |
int64_t | seek_timestamp |
int | seek_flags |
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 hls.c.
Definition at line 99 of file hls.c.
Referenced by hls_open(), hls_read(), read_data(), and recheck_discard_flags().
Definition at line 61 of file hlsproto.c.
Referenced by hls_open(), hls_read(), and parse_playlist().
int64_t HLSContext::first_timestamp |
Definition at line 102 of file hls.c.
Referenced by hls_read_header(), hls_read_packet(), and hls_read_seek().
Definition at line 105 of file hls.c.
Referenced by hls_read_header(), parse_playlist(), and read_data().
int64_t HLSContext::last_load_time |
Definition at line 62 of file hlsproto.c.
Referenced by free_segment_list(), hls_open(), hls_read(), and parse_playlist().
Definition at line 97 of file hls.c.
Referenced by free_variant_list(), hls_open(), hls_read_header(), hls_read_packet(), hls_read_seek(), new_variant(), parse_playlist(), and recheck_discard_flags().
char HLSContext::playlisturl[MAX_URL_SIZE] |
int64_t HLSContext::seek_timestamp |
Definition at line 103 of file hls.c.
Referenced by hls_read_header(), hls_read_packet(), and hls_read_seek().
struct segment** HLSContext::segments [read] |
Definition at line 63 of file hlsproto.c.
Referenced by free_segment_list(), hls_read(), and parse_playlist().
Definition at line 60 of file hlsproto.c.
Referenced by hls_open(), hls_read(), and parse_playlist().
struct variant ** HLSContext::variants [read] |
Definition at line 98 of file hls.c.
Referenced by free_variant_list(), hls_open(), hls_read_header(), hls_read_packet(), hls_read_seek(), new_variant(), parse_playlist(), and recheck_discard_flags().