SDPAttribute

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
clear
gstsdp.types.SDPResult clear()

Clear the attribute.

set
gstsdp.types.SDPResult set(string key, string value)

Set the attribute with key and value.

Properties

key
string key [@property getter]

Get field key.

key
string key [@property setter]

Set field key.

value
string value [@property getter]

Get field value.

value
string value [@property setter]

Set field value.