SDPOrigin

The contents of the SDP "o=" field which gives the originator of the session (their username and the address of the user's host) plus a session id and session version number.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()

Properties

addr
string addr [@property getter]

Get addr field.

addr
string addr [@property setter]

Set addr field.

addrtype
string addrtype [@property getter]

Get addrtype field.

addrtype
string addrtype [@property setter]

Set addrtype field.

nettype
string nettype [@property getter]

Get nettype field.

nettype
string nettype [@property setter]

Set nettype field.

sessId
string sessId [@property getter]

Get sessId field.

sessId
string sessId [@property setter]

Set sessId field.

sessVersion
string sessVersion [@property getter]

Get sessVersion field.

sessVersion
string sessVersion [@property setter]

Set sessVersion field.

username
string username [@property getter]

Get username field.

username
string username [@property setter]

Set username field.