Fork me on GitHub
Data Fields
janus_sdp_attribute Struct Reference

SDP a= attribute representation. More...

#include <sdp-utils.h>

Collaboration diagram for janus_sdp_attribute:
Collaboration graph
[legend]

Data Fields

char * name
 Attribute name. More...
 
char * value
 Attribute value. More...
 
janus_sdp_mdirection direction
 Attribute direction (e.g., for extmap) More...
 
volatile gint destroyed
 Atomic flag to check if this instance has been destroyed. More...
 
janus_refcount ref
 Reference counter for this instance. More...
 

Detailed Description

SDP a= attribute representation.

Field Documentation

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.


The documentation for this struct was generated from the following file: