summaryrefslogtreecommitdiff
path: root/include/asterisk/sdp_options.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2017-02-14 09:54:43 -0600
committerMark Michelson <mmichelson@digium.com>2017-02-17 09:47:47 -0600
commit5a130b2e1730467cd209d3b3c929ff5f24a2aa02 (patch)
tree69f116ae4482aeb8feecd1501ec2c59bde44acdc /include/asterisk/sdp_options.h
parent8af634255542672806304fdafd1612dcfc9f35b1 (diff)
Add SDP translator and PJMEDIA implementation.
This creates the following: * Asterisk's internal representation of an SDP * An API for translating SDPs from one format to another * An implementation of a translator for PJMEDIA Change-Id: Ie2ecd3cbebe76756577be9b133e84d2ee356d46b
Diffstat (limited to 'include/asterisk/sdp_options.h')
-rw-r--r--include/asterisk/sdp_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/sdp_options.h b/include/asterisk/sdp_options.h
index 52f6f5545..a5c2d084e 100644
--- a/include/asterisk/sdp_options.h
+++ b/include/asterisk/sdp_options.h
@@ -108,6 +108,8 @@ enum ast_sdp_options_repr {
AST_SDP_REPR_STRING,
/*! SDP is represented as a pjmedia_sdp_session */
AST_SDP_REPR_PJMEDIA,
+ /*! End of the list */
+ AST_SDP_REPR_END,
};
/*!