HLSContext Struct Reference

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
AVIOInterruptCBinterrupt_callback
const AVClassclass
unsigned number
int64_t sequence
AVOutputFormatoformat
AVFormatContextavf
float time
int size
int wrap
int64_t recording_time
int has_video
int64_t start_pts
int64_t end_pts
int nb_entries
ListEntrylist
ListEntryend_list
char * basename
AVIOContextpb
char playlisturl [MAX_URL_SIZE]
int target_duration
int start_seq_no
int finished
int n_segments
struct segment ** segments
URLContextseg_hd
int64_t last_load_time

Detailed Description

Definition at line 96 of file hls.c.

Field Documentation

char* HLSContext::basename

Definition at line 55 of file hlsenc.c.

Referenced by hls_start(), hls_write_header(), and hls_write_trailer().

const AVClass* HLSContext::class

Definition at line 40 of file hlsenc.c.

int HLSContext::cur_seq_no

Definition at line 99 of file hls.c.

Referenced by hls_open(), hls_read(), read_data(), and recheck_discard_flags().

ListEntry* HLSContext::end_list

Definition at line 54 of file hlsenc.c.

Referenced by append_entry().

int HLSContext::end_of_segment

Definition at line 100 of file hls.c.

Referenced by hls_read_packet(), and read_data().

int64_t HLSContext::end_pts

Definition at line 51 of file hlsenc.c.

Referenced by hls_write_packet().

int HLSContext::finished

Definition at line 61 of file hlsproto.c.

Referenced by hls_open(), hls_read(), and parse_playlist().

int HLSContext::first_packet

Definition at line 101 of file hls.c.

Referenced by hls_read_header(), and hls_read_packet().

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().

int HLSContext::has_video

Definition at line 49 of file hlsenc.c.

Referenced by hls_write_header(), and hls_write_packet().

AVIOInterruptCB* HLSContext::interrupt_callback

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 68 of file hlsproto.c.

Referenced by hls_read(), and parse_playlist().

ListEntry* HLSContext::list

Definition at line 53 of file hlsenc.c.

Referenced by append_entry(), free_entries(), and hls_window().

int HLSContext::n_segments

Definition at line 62 of file hlsproto.c.

Referenced by free_segment_list(), hls_open(), hls_read(), and parse_playlist().

int HLSContext::n_variants
int HLSContext::nb_entries

Definition at line 52 of file hlsenc.c.

Referenced by append_entry().

unsigned HLSContext::number

Definition at line 41 of file hlsenc.c.

Referenced by hls_start(), hls_write_header(), and hls_write_packet().

AVOutputFormat* HLSContext::oformat

Definition at line 43 of file hlsenc.c.

Referenced by hls_mux_init(), and hls_write_header().

AVIOContext* HLSContext::pb

Definition at line 56 of file hlsenc.c.

Referenced by hls_window(), and hls_write_trailer().

char HLSContext::playlisturl[MAX_URL_SIZE]

Definition at line 58 of file hlsproto.c.

Referenced by hls_open(), and hls_read().

int64_t HLSContext::recording_time

Definition at line 48 of file hlsenc.c.

Referenced by hls_write_header(), and hls_write_packet().

int HLSContext::seek_flags

Definition at line 104 of file hls.c.

Referenced by hls_read_packet(), and hls_read_seek().

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().

URLContext* HLSContext::seg_hd

Definition at line 67 of file hlsproto.c.

Referenced by hls_close(), and hls_read().

struct segment** HLSContext::segments

Definition at line 63 of file hlsproto.c.

Referenced by free_segment_list(), hls_read(), and parse_playlist().

int64_t HLSContext::sequence

Definition at line 42 of file hlsenc.c.

Referenced by append_entry(), and hls_window().

int HLSContext::size

Definition at line 46 of file hlsenc.c.

Referenced by append_entry(), and hls_window().

int64_t HLSContext::start_pts

Definition at line 50 of file hlsenc.c.

Referenced by hls_write_header(), and hls_write_packet().

int HLSContext::start_seq_no

Definition at line 60 of file hlsproto.c.

Referenced by hls_open(), hls_read(), and parse_playlist().

int HLSContext::target_duration

Definition at line 59 of file hlsproto.c.

Referenced by hls_read(), and parse_playlist().

float HLSContext::time

Definition at line 45 of file hlsenc.c.

Referenced by hls_write_header().

struct variant ** HLSContext::variants
int HLSContext::wrap

Definition at line 47 of file hlsenc.c.

Referenced by hls_start().


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