FFmpeg
Data Fields
URLComponents Struct Reference

#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
 

Detailed Description

Definition at line 354 of file url.h.

Field Documentation

◆ url

const char* URLComponents::url

whole URL, for reference

Definition at line 355 of file url.h.

Referenced by ff_make_absolute_url2(), and ff_url_decompose().

◆ scheme

const char* URLComponents::scheme

possibly including lavf-specific options

Definition at line 356 of file url.h.

Referenced by ff_url_decompose().

◆ authority

const char* URLComponents::authority

"//" if it is a real URL

Definition at line 357 of file url.h.

Referenced by ff_url_decompose().

◆ userinfo

const char* URLComponents::userinfo

including final '@' if present

Definition at line 358 of file url.h.

Referenced by ff_url_decompose().

◆ host

const char* URLComponents::host

Definition at line 359 of file url.h.

Referenced by ff_url_decompose().

◆ port

const char* URLComponents::port

including initial ':' if present

Definition at line 360 of file url.h.

Referenced by ff_url_decompose().

◆ path

const char* URLComponents::path

Definition at line 361 of file url.h.

Referenced by ff_make_absolute_url2(), and ff_url_decompose().

◆ query

const char* URLComponents::query

including initial '?' if present

Definition at line 362 of file url.h.

Referenced by ff_url_decompose().

◆ fragment

const char* URLComponents::fragment

including initial '#' if present

Definition at line 363 of file url.h.

Referenced by ff_url_decompose().

◆ end

const char* URLComponents::end

Definition at line 364 of file url.h.

Referenced by ff_make_absolute_url2(), and ff_url_decompose().


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