FFmpeg
Data Fields
HTTPContext Struct Reference

Data Fields

const AVClassclass
 
URLContexthd
 
unsigned char buffer [BUFFER_SIZE]
 
unsigned char * buf_ptr
 
unsigned char * buf_end
 
int line_count
 
int http_code
 
uint64_t chunksize
 
int chunkend
 
uint64_t off
 
uint64_t end_off
 
uint64_t filesize
 
char * uri
 
char * location
 
int cache_redirect
 
HTTPAuthState auth_state
 
HTTPAuthState proxy_auth_state
 
char * http_proxy
 
char * headers
 
char * mime_type
 
char * http_version
 
char * user_agent
 
char * referer
 
char * content_type
 
int willclose
 
int seekable
 Control seekability, 0 = disable, 1 = enable, -1 = probe. More...
 
int chunked_post
 
int end_chunked_post
 
int end_header
 
int multiple_requests
 
uint8_t * post_data
 
int post_datalen
 
int is_akamai
 
int is_mediagateway
 
char * cookies
 holds newline (
) delimited Set-Cookie header field values (without the "Set-Cookie: " field name) More...
 
AVDictionarycookie_dict
 
int icy
 
uint64_t icy_data_read
 
uint64_t icy_metaint
 
char * icy_metadata_headers
 
char * icy_metadata_packet
 
AVDictionarymetadata
 
AVDictionarychained_options
 
int send_expect_100
 
char * method
 
int reconnect
 
int reconnect_at_eof
 
int reconnect_on_network_error
 
int reconnect_streamed
 
int reconnect_delay_max
 
char * reconnect_on_http_error
 
int listen
 
char * resource
 
int reply_code
 
int is_multi_client
 
HandshakeState handshake_step
 
int is_connected_server
 
int short_seek_size
 

Detailed Description

Definition at line 62 of file http.c.

Field Documentation

◆ class

const AVClass* HTTPContext::class

Definition at line 63 of file http.c.

◆ hd

URLContext* HTTPContext::hd

Definition at line 64 of file http.c.

Referenced by http_accept(), and http_handshake().

◆ buffer

unsigned char HTTPContext::buffer[BUFFER_SIZE]

Definition at line 65 of file http.c.

◆ buf_ptr

unsigned char * HTTPContext::buf_ptr

Definition at line 65 of file http.c.

◆ buf_end

unsigned char * HTTPContext::buf_end

Definition at line 65 of file http.c.

◆ line_count

int HTTPContext::line_count

Definition at line 66 of file http.c.

◆ http_code

int HTTPContext::http_code

Definition at line 67 of file http.c.

◆ chunksize

uint64_t HTTPContext::chunksize

Definition at line 69 of file http.c.

◆ chunkend

int HTTPContext::chunkend

Definition at line 70 of file http.c.

◆ off

uint64_t HTTPContext::off

Definition at line 71 of file http.c.

◆ end_off

uint64_t HTTPContext::end_off

Definition at line 71 of file http.c.

◆ filesize

uint64_t HTTPContext::filesize

Definition at line 71 of file http.c.

◆ uri

char* HTTPContext::uri

Definition at line 72 of file http.c.

◆ location

char* HTTPContext::location

Definition at line 73 of file http.c.

◆ cache_redirect

int HTTPContext::cache_redirect

Definition at line 74 of file http.c.

◆ auth_state

HTTPAuthState HTTPContext::auth_state

Definition at line 75 of file http.c.

◆ proxy_auth_state

HTTPAuthState HTTPContext::proxy_auth_state

Definition at line 76 of file http.c.

◆ http_proxy

char* HTTPContext::http_proxy

Definition at line 77 of file http.c.

◆ headers

char* HTTPContext::headers

Definition at line 78 of file http.c.

◆ mime_type

char* HTTPContext::mime_type

Definition at line 79 of file http.c.

◆ http_version

char* HTTPContext::http_version

Definition at line 80 of file http.c.

◆ user_agent

char* HTTPContext::user_agent

Definition at line 81 of file http.c.

◆ referer

char* HTTPContext::referer

Definition at line 82 of file http.c.

◆ content_type

char* HTTPContext::content_type

Definition at line 83 of file http.c.

◆ willclose

int HTTPContext::willclose

Definition at line 86 of file http.c.

◆ seekable

int HTTPContext::seekable

Control seekability, 0 = disable, 1 = enable, -1 = probe.

Definition at line 87 of file http.c.

◆ chunked_post

int HTTPContext::chunked_post

Definition at line 88 of file http.c.

◆ end_chunked_post

int HTTPContext::end_chunked_post

Definition at line 90 of file http.c.

◆ end_header

int HTTPContext::end_header

Definition at line 92 of file http.c.

◆ multiple_requests

int HTTPContext::multiple_requests

Definition at line 94 of file http.c.

◆ post_data

uint8_t* HTTPContext::post_data

Definition at line 95 of file http.c.

◆ post_datalen

int HTTPContext::post_datalen

Definition at line 96 of file http.c.

◆ is_akamai

int HTTPContext::is_akamai

Definition at line 97 of file http.c.

◆ is_mediagateway

int HTTPContext::is_mediagateway

Definition at line 98 of file http.c.

◆ cookies

char* HTTPContext::cookies

holds newline (
) delimited Set-Cookie header field values (without the "Set-Cookie: " field name)

Definition at line 99 of file http.c.

◆ cookie_dict

AVDictionary* HTTPContext::cookie_dict

Definition at line 101 of file http.c.

◆ icy

int HTTPContext::icy

Definition at line 102 of file http.c.

◆ icy_data_read

uint64_t HTTPContext::icy_data_read

Definition at line 104 of file http.c.

◆ icy_metaint

uint64_t HTTPContext::icy_metaint

Definition at line 106 of file http.c.

◆ icy_metadata_headers

char* HTTPContext::icy_metadata_headers

Definition at line 107 of file http.c.

◆ icy_metadata_packet

char* HTTPContext::icy_metadata_packet

Definition at line 108 of file http.c.

◆ metadata

AVDictionary* HTTPContext::metadata

Definition at line 109 of file http.c.

◆ chained_options

AVDictionary* HTTPContext::chained_options

Definition at line 115 of file http.c.

◆ send_expect_100

int HTTPContext::send_expect_100

Definition at line 117 of file http.c.

◆ method

char* HTTPContext::method

Definition at line 118 of file http.c.

◆ reconnect

int HTTPContext::reconnect

Definition at line 119 of file http.c.

◆ reconnect_at_eof

int HTTPContext::reconnect_at_eof

Definition at line 120 of file http.c.

◆ reconnect_on_network_error

int HTTPContext::reconnect_on_network_error

Definition at line 121 of file http.c.

◆ reconnect_streamed

int HTTPContext::reconnect_streamed

Definition at line 122 of file http.c.

◆ reconnect_delay_max

int HTTPContext::reconnect_delay_max

Definition at line 123 of file http.c.

◆ reconnect_on_http_error

char* HTTPContext::reconnect_on_http_error

Definition at line 124 of file http.c.

◆ listen

int HTTPContext::listen

Definition at line 125 of file http.c.

Referenced by http_accept().

◆ resource

char* HTTPContext::resource

Definition at line 126 of file http.c.

◆ reply_code

int HTTPContext::reply_code

Definition at line 127 of file http.c.

Referenced by http_handshake().

◆ is_multi_client

int HTTPContext::is_multi_client

Definition at line 128 of file http.c.

Referenced by http_accept().

◆ handshake_step

HandshakeState HTTPContext::handshake_step

Definition at line 129 of file http.c.

Referenced by http_handshake().

◆ is_connected_server

int HTTPContext::is_connected_server

Definition at line 130 of file http.c.

Referenced by http_handshake().

◆ short_seek_size

int HTTPContext::short_seek_size

Definition at line 131 of file http.c.


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