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 350 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 351 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::authority |
const char* URLComponents::userinfo |
including final '@' if present
Definition at line 353 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::host |
Definition at line 354 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::port |
including initial ':' if present
Definition at line 355 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::path |
Definition at line 356 of file url.h.
Referenced by ff_make_absolute_url2(), and ff_url_decompose().
const char* URLComponents::query |
including initial '?' if present
Definition at line 357 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::fragment |
including initial '#' if present
Definition at line 358 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::end |
Definition at line 359 of file url.h.
Referenced by ff_make_absolute_url2(), and ff_url_decompose().