RTSPUrl.this

Create a rtspurl.RTSPUrl boxed type.

  1. this(gstrtsp.types.RTSPLowerTrans transports, gstrtsp.types.RTSPFamily family, string user, string passwd, string host, ushort port, string abspath, string query)
    class RTSPUrl
    this
    (,,
    string user = string.init
    ,
    string passwd = string.init
    ,
    string host = string.init
    ,
    ushort port = ushort.init
    ,
    string abspath = string.init
    ,
    string query = string.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

transports gstrtsp.types.RTSPLowerTrans

the transports allowed

family gstrtsp.types.RTSPFamily

the family

user string

the user

passwd string

the password

host string

the host

port ushort

the port

abspath string

the absolute path

query string

additional query parameters