FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
DASHContext Struct Reference

Data Fields

const AVClassclass
 
char * base_url
 
int n_videos
 
struct representation ** videos
 
int n_audios
 
struct representation ** audios
 
uint64_t media_presentation_duration
 
uint64_t suggested_presentation_delay
 
uint64_t availability_start_time
 
uint64_t publish_time
 
uint64_t minimum_update_period
 
uint64_t time_shift_buffer_depth
 
uint64_t min_buffer_time
 
uint64_t period_duration
 
uint64_t period_start
 
int is_live
 
AVIOInterruptCBinterrupt_callback
 
char * user_agent
 holds HTTP user agent set as an AVOption to the HTTP protocol context More...
 
char * cookies
 holds HTTP cookie values set in either the initial response or as an AVOption to the HTTP protocol context More...
 
char * headers
 holds HTTP headers set as an AVOption to the HTTP protocol context More...
 
char * allowed_extensions
 
AVDictionaryavio_opts
 
int max_url_size
 
char * adaptation_sets
 
AdaptationSetas
 
int nb_as
 
int window_size
 
int extra_window_size
 
int min_seg_duration
 
int remove_at_exit
 
int use_template
 
int use_timeline
 
int single_file
 
OutputStreamstreams
 
int has_video
 
int64_t last_duration
 
int64_t total_duration
 
char availability_start_time [100]
 
char dirname [1024]
 
const char * single_file_name
 
const char * init_seg_name
 
const char * media_seg_name
 
const char * utc_timing_url
 
const char * method
 
const char * user_agent
 
int hls_playlist
 
int http_persistent
 
int master_playlist_created
 
AVIOContextmpd_out
 
AVIOContextm3u8_out
 
int streaming
 
int64_t timeout
 

Detailed Description

Definition at line 122 of file dashdec.c.

Field Documentation

const AVClass * DASHContext::class

Definition at line 123 of file dashdec.c.

char* DASHContext::base_url

Definition at line 124 of file dashdec.c.

Referenced by dash_close(), open_input(), parse_manifest(), and refresh_manifest().

int DASHContext::n_videos
struct representation** DASHContext::videos
int DASHContext::n_audios
struct representation** DASHContext::audios
uint64_t DASHContext::media_presentation_duration

Definition at line 132 of file dashdec.c.

Referenced by calc_max_seg_no(), and parse_manifest().

uint64_t DASHContext::suggested_presentation_delay

Definition at line 133 of file dashdec.c.

Referenced by calc_cur_seg_no(), and parse_manifest().

uint64_t DASHContext::availability_start_time
uint64_t DASHContext::publish_time

Definition at line 135 of file dashdec.c.

Referenced by calc_cur_seg_no(), and parse_manifest().

uint64_t DASHContext::minimum_update_period

Definition at line 136 of file dashdec.c.

Referenced by parse_manifest().

uint64_t DASHContext::time_shift_buffer_depth

Definition at line 137 of file dashdec.c.

Referenced by calc_min_seg_no(), and parse_manifest().

uint64_t DASHContext::min_buffer_time

Definition at line 138 of file dashdec.c.

Referenced by parse_manifest().

uint64_t DASHContext::period_duration

Definition at line 141 of file dashdec.c.

Referenced by parse_manifest().

uint64_t DASHContext::period_start

Definition at line 142 of file dashdec.c.

Referenced by parse_manifest().

int DASHContext::is_live
AVIOInterruptCB* DASHContext::interrupt_callback
char* DASHContext::user_agent

holds HTTP user agent set as an AVOption to the HTTP protocol context

Definition at line 146 of file dashdec.c.

Referenced by dash_close(), set_http_options(), and set_httpheader_options().

char* DASHContext::cookies

holds HTTP cookie values set in either the initial response or as an AVOption to the HTTP protocol context

Definition at line 147 of file dashdec.c.

Referenced by dash_close(), open_url(), and set_httpheader_options().

char* DASHContext::headers

holds HTTP headers set as an AVOption to the HTTP protocol context

Definition at line 148 of file dashdec.c.

Referenced by set_httpheader_options().

char* DASHContext::allowed_extensions

Definition at line 149 of file dashdec.c.

Referenced by open_url().

AVDictionary* DASHContext::avio_opts

Definition at line 150 of file dashdec.c.

Referenced by dash_close(), open_input(), and save_avio_options().

int DASHContext::max_url_size
char* DASHContext::adaptation_sets

Definition at line 92 of file dashenc.c.

Referenced by parse_adaptation_sets().

AdaptationSet* DASHContext::as
int DASHContext::nb_as

Definition at line 94 of file dashenc.c.

Referenced by add_adaptation_set(), dash_free(), parse_adaptation_sets(), and write_manifest().

int DASHContext::window_size

Definition at line 95 of file dashenc.c.

Referenced by dash_flush(), output_segment_list(), and write_manifest().

int DASHContext::extra_window_size

Definition at line 96 of file dashenc.c.

Referenced by dash_flush().

int DASHContext::min_seg_duration

Definition at line 97 of file dashenc.c.

Referenced by dash_init(), and dash_write_packet().

int DASHContext::remove_at_exit

Definition at line 98 of file dashenc.c.

Referenced by dash_flush(), and dash_write_trailer().

int DASHContext::use_template

Definition at line 99 of file dashenc.c.

Referenced by dash_init(), dash_write_packet(), output_segment_list(), and write_manifest().

int DASHContext::use_timeline

Definition at line 100 of file dashenc.c.

Referenced by dash_write_packet(), output_segment_list(), and write_manifest().

int DASHContext::single_file
OutputStream* DASHContext::streams
int DASHContext::has_video

Definition at line 103 of file dashenc.c.

Referenced by dash_flush(), dash_init(), and dash_write_packet().

int64_t DASHContext::last_duration
int64_t DASHContext::total_duration

Definition at line 105 of file dashenc.c.

Referenced by dash_write_packet(), dash_write_trailer(), and write_manifest().

char DASHContext::availability_start_time[100]

Definition at line 106 of file dashenc.c.

char DASHContext::dirname[1024]
const char* DASHContext::single_file_name

Definition at line 108 of file dashenc.c.

Referenced by dash_init().

const char* DASHContext::init_seg_name

Definition at line 109 of file dashenc.c.

Referenced by dash_init(), and output_segment_list().

const char* DASHContext::media_seg_name

Definition at line 110 of file dashenc.c.

Referenced by dash_write_packet(), and output_segment_list().

const char* DASHContext::utc_timing_url

Definition at line 111 of file dashenc.c.

Referenced by write_manifest().

const char* DASHContext::method

Definition at line 112 of file dashenc.c.

Referenced by set_http_options().

const char* DASHContext::user_agent

Definition at line 113 of file dashenc.c.

int DASHContext::hls_playlist

Definition at line 114 of file dashenc.c.

Referenced by output_segment_list(), and write_manifest().

int DASHContext::http_persistent

Definition at line 115 of file dashenc.c.

Referenced by dashenc_io_close(), dashenc_io_open(), and set_http_options().

int DASHContext::master_playlist_created

Definition at line 116 of file dashenc.c.

Referenced by write_manifest().

AVIOContext* DASHContext::mpd_out

Definition at line 117 of file dashenc.c.

Referenced by dash_free(), and write_manifest().

AVIOContext* DASHContext::m3u8_out

Definition at line 118 of file dashenc.c.

Referenced by dash_free(), and output_segment_list().

int DASHContext::streaming

Definition at line 119 of file dashenc.c.

Referenced by dash_init(), and dash_write_packet().

int64_t DASHContext::timeout

Definition at line 120 of file dashenc.c.

Referenced by set_http_options().


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