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()
string nettype() @propertyGet `nettype` field. Returns: the type of network. "IN" is defined to have the meaning "Internet".
void nettype(string propval) @propertySet `nettype` field. Params: propval = the type of network. "IN" is defined to have the meaning "Internet".
string addrtype() @propertyGet `addrtype` field. Returns: the type of @address.
void addrtype(string propval) @propertySet `addrtype` field. Params: propval = the type of @address.
string address() @propertyGet `address` field. Returns: the address
void address(string propval) @propertySet `address` field. Params: propval = the address
uint ttl() @propertyGet `ttl` field. Returns: the time to live of the address
void ttl(uint propval) @propertySet `ttl` field. Params: propval = the time to live of the address
uint addrNumber() @propertyGet `addrNumber` field. Returns: the number of layers
void addrNumber(uint propval) @propertySet `addrNumber` field. Params: propval = the number of layers
gstsdp.types.SDPResult clear()Clear the connection. Returns: GSTSDPOK.
gstsdp.types.SDPResult set(string nettype, string addrtype, string address, uint ttl, uint addrNumber)Set the connection with the given parameters.
Constructors
this(void * ptr, Flag!"Take" take)