gstsdp.sdpconnection

Module for [SDPConnection] class

Types 1

The contents of the SDP "c=" field which contains connection data.

Fields
GstSDPConnection _cInstance
Methods
void * _cPtr() nothrow
string nettype() @property nothrowGet `nettype` field. Returns: the type of network. "IN" is defined to have the meaning "Internet".
void nettype(string propval) @property nothrowSet `nettype` field. Params: propval = the type of network. "IN" is defined to have the meaning "Internet".
string addrtype() @property nothrowGet `addrtype` field. Returns: the type of @address.
void addrtype(string propval) @property nothrowSet `addrtype` field. Params: propval = the type of @address.
string address() @property nothrowGet `address` field. Returns: the address
void address(string propval) @property nothrowSet `address` field. Params: propval = the address
uint ttl() @property nothrowGet `ttl` field. Returns: the time to live of the address
void ttl(uint propval) @property nothrowSet `ttl` field. Params: propval = the time to live of the address
uint addrNumber() @property nothrowGet `addrNumber` field. Returns: the number of layers
void addrNumber(uint propval) @property nothrowSet `addrNumber` field. Params: propval = the number of layers
gstsdp.types.SDPResult clear() nothrowClear the connection. Returns: GST_SDP_OK.
gstsdp.types.SDPResult set(string nettype, string addrtype, string address, uint ttl, uint addrNumber) nothrowSet the connection with the given parameters.
Constructors
this(void * ptr, Flag!"Take" take)