variant Struct Reference

Data Fields

int bandwidth
char url [MAX_URL_SIZE]
AVIOContext pb
uint8_t * read_buffer
URLContextinput
AVFormatContextparent
int index
AVFormatContextctx
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]

Detailed Description

Definition at line 71 of file applehttp.c.

Field Documentation

int variant::bandwidth

Definition at line 72 of file applehttp.c.

Referenced by applehttp_open(), applehttp_read_header(), new_variant(), and parse_playlist().

AVFormatContext* variant::ctx
int variant::cur_needed

Definition at line 88 of file applehttp.c.

Referenced by recheck_discard_flags().

int variant::cur_seq_no
int variant::finished

Definition at line 83 of file applehttp.c.

Referenced by applehttp_read_header(), applehttp_read_seek(), parse_playlist(), and read_data().

int variant::index

Definition at line 78 of file applehttp.c.

Referenced by applehttp_read_header(), and read_data().

URLContext* variant::input
uint8_t variant::key[16]

Definition at line 93 of file applehttp.c.

Referenced by open_input().

char variant::key_url[MAX_URL_SIZE]

Definition at line 92 of file applehttp.c.

Referenced by open_input().

int64_t variant::last_load_time

Definition at line 90 of file applehttp.c.

Referenced by parse_playlist(), and read_data().

int variant::n_segments
int variant::needed
AVFormatContext* variant::parent

Definition at line 77 of file applehttp.c.

Referenced by applehttp_read_header(), open_input(), and read_data().

AVPacket variant::pkt
uint8_t* variant::read_buffer

Definition at line 75 of file applehttp.c.

Referenced by applehttp_read_header().

struct segment** variant::segments
int variant::start_seq_no
int variant::stream_offset

Definition at line 81 of file applehttp.c.

Referenced by applehttp_read_header(), applehttp_read_packet(), and read_data().

int variant::target_duration

Definition at line 84 of file applehttp.c.

Referenced by parse_playlist(), and read_data().

char variant::url

The documentation for this struct was generated from the following files: