FFmpeg
|
#include <url.h>
Data Fields | |
const char * | url |
whole URL, for reference More... | |
const char * | scheme |
possibly including lavf-specific options More... | |
const char * | authority |
"//" if it is a real URL More... | |
const char * | userinfo |
including final '@' if present More... | |
const char * | host |
const char * | port |
including initial ':' if present More... | |
const char * | path |
const char * | query |
including initial '?' if present More... | |
const char * | fragment |
including initial '#' if present More... | |
const char * | end |
const char* URLComponents::url |
whole URL, for reference
Definition at line 360 of file url.h.
Referenced by ff_make_absolute_url2(), and ff_url_decompose().
const char* URLComponents::scheme |
possibly including lavf-specific options
Definition at line 361 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::authority |
const char* URLComponents::userinfo |
including final '@' if present
Definition at line 363 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::host |
Definition at line 364 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::port |
including initial ':' if present
Definition at line 365 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::path |
Definition at line 366 of file url.h.
Referenced by ff_make_absolute_url2(), ff_match_url_ext(), and ff_url_decompose().
const char* URLComponents::query |
including initial '?' if present
Definition at line 367 of file url.h.
Referenced by ff_match_url_ext(), and ff_url_decompose().
const char* URLComponents::fragment |
including initial '#' if present
Definition at line 368 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::end |
Definition at line 369 of file url.h.
Referenced by ff_make_absolute_url2(), and ff_url_decompose().