gstsdp.sdpattribute

Module for [SDPAttribute] class

Types 1

The contents of the SDP "a=" field which contains a key/value pair.

Fields
GstSDPAttribute _cInstance
Methods
void * _cPtr()
string key() @propertyGet `key` field. Returns: the attribute key
void key(string propval) @propertySet `key` field. Params: propval = the attribute key
string value() @propertyGet `value` field. Returns: the attribute value or NULL when it was a property attribute
void value(string propval) @propertySet `value` field. Params: propval = the attribute value or NULL when it was a property attribute
gstsdp.types.SDPResult clear()Clear the attribute. Returns: GSTSDPOK.
gstsdp.types.SDPResult set(string key, string value = null)Set the attribute with key and value.
Constructors
this(void * ptr, Flag!"Take" take)