FFmpeg
|
Data Fields | |
int64_t | duration |
int64_t | url_offset |
int64_t | size |
char * | url |
char * | key |
enum KeyType | key_type |
uint8_t | iv [16] |
char | url [MAX_URL_SIZE] |
int64_t segment::duration |
Definition at line 68 of file hls.c.
Referenced by default_reload_interval(), find_timestamp_in_playlist(), and parse_playlist().
int64_t segment::url_offset |
Definition at line 69 of file hls.c.
Referenced by open_input(), and parse_playlist().
int64_t segment::size |
Definition at line 70 of file hls.c.
Referenced by intercept_id3(), open_input(), parse_playlist(), and read_from_url().
char* segment::url |
Definition at line 71 of file hls.c.
Referenced by free_segment_list(), hls_read_header(), open_input(), and parse_playlist().
char* segment::key |
Definition at line 72 of file hls.c.
Referenced by free_segment_list(), open_input(), and parse_playlist().
enum KeyType segment::key_type |
Definition at line 73 of file hls.c.
Referenced by open_input(), and parse_playlist().
uint8_t segment::iv[16] |
Definition at line 74 of file hls.c.
Referenced by open_input(), and parse_playlist().
char segment::url[MAX_URL_SIZE] |
Definition at line 49 of file hlsproto.c.