gstsdp.sdpattribute
Module for [SDPAttribute] class
class SDPAttribute
Types 1
classSDPAttribute
The contents of the SDP "a=" field which contains a key/value pair.
Fields
GstSDPAttribute _cInstanceMethods
void * _cPtr()string value() @propertyGet `value` field. Returns: the attribute value or NULL when it was a property attributevoid value(string propval) @propertySet `value` field. Params: propval = the attribute value or NULL when it was a property attributegstsdp.types.SDPResult clear()Clear the attribute. Returns: GSTSDPOK.gstsdp.types.SDPResult set(string key, string value = null)Set the attribute with key and value.