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() nothrowstring value() @property nothrowGet `value` field. Returns: the attribute value or NULL when it was a property attributevoid value(string propval) @property nothrowSet `value` field. Params: propval = the attribute value or NULL when it was a property attributegstsdp.types.SDPResult set(string key, string value = null) nothrowSet the attribute with key and value.