SDP a= attribute representation. More...
#include <sdp-utils.h>

Data Fields | |
| char * | name |
| Attribute name. | |
| char * | value |
| Attribute value. | |
| janus_sdp_mdirection | direction |
| Attribute direction (e.g., for extmap) | |
| volatile gint | destroyed |
| Atomic flag to check if this instance has been destroyed. | |
| janus_refcount | ref |
| Reference counter for this instance. | |
SDP a= attribute representation.
| volatile gint janus_sdp_attribute::destroyed |
Atomic flag to check if this instance has been destroyed.
| janus_sdp_mdirection janus_sdp_attribute::direction |
Attribute direction (e.g., for extmap)
| char* janus_sdp_attribute::name |
Attribute name.
| janus_refcount janus_sdp_attribute::ref |
Reference counter for this instance.
| char* janus_sdp_attribute::value |
Attribute value.