SDPAttribute.value
string value() @property nothrowGet value field.
Returns
the attribute value or NULL when it was a property attribute
void value(string propval) @property nothrowSet value field.
Parameters
propval | the attribute value or NULL when it was a property attribute |