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()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".void addrtype(string propval) @propertySet `addrtype` field. Params: propval = the type of @address.void addrNumber(uint propval) @propertySet `addrNumber` field. Params: propval = the number of layersgstsdp.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.