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 370 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 371 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::authority |
const char* URLComponents::userinfo |
including final '@' if present
Definition at line 373 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::host |
Definition at line 374 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::port |
including initial ':' if present
Definition at line 375 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::path |
Definition at line 376 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 377 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 378 of file url.h.
Referenced by ff_url_decompose().
const char* URLComponents::end |
Definition at line 379 of file url.h.
Referenced by ff_make_absolute_url2(), and ff_url_decompose().