gstsdp.sdpconnection
Module for [SDPConnection] class
class SDPConnection
Types 1
classSDPConnection
The contents of the SDP "c=" field which contains connection data.
Fields
GstSDPConnection _cInstanceMethods
void * _cPtr() nothrowstring 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".void addrtype(string propval) @property nothrowSet `addrtype` field. Params: propval = the type of @address.void ttl(uint propval) @property nothrowSet `ttl` field. Params: propval = the time to live of the addressvoid addrNumber(uint propval) @property nothrowSet `addrNumber` field. Params: propval = the number of layersgstsdp.types.SDPResult set(string nettype, string addrtype, string address, uint ttl, uint addrNumber) nothrowSet the connection with the given parameters.