summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge.h
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-11-16 16:48:14 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-16 16:48:14 -0600
commitb745c326c2d59a4ac29d62f081e248320a276f82 (patch)
tree158f967954ecddae3f7582fa7359d84af72f59cc /include/asterisk/bridge.h
parent4c1b9fbefec311f8d01d34d6c46f9d25b0e09f44 (diff)
parentd23b4af4779675589c8a3ce39c0f4b80d0432d5c (diff)
Merge "res/ari/resource_bridges: Add the ability to manipulate the video source" into 13
Diffstat (limited to 'include/asterisk/bridge.h')
-rw-r--r--include/asterisk/bridge.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h
index 30ac0953c..0d4376735 100644
--- a/include/asterisk/bridge.h
+++ b/include/asterisk/bridge.h
@@ -903,6 +903,15 @@ int ast_bridge_is_video_src(struct ast_bridge *bridge, struct ast_channel *chan)
*/
void ast_bridge_remove_video_src(struct ast_bridge *bridge, struct ast_channel *chan);
+/*!
+ * \brief Converts an enum representation of a bridge video mode to string
+ *
+ * \param video_mode The video mode
+ *
+ * \retval A string representation of \c video_mode
+ */
+const char *ast_bridge_video_mode_to_string(enum ast_bridge_video_mode_type video_mode);
+
enum ast_transfer_result {
/*! The transfer completed successfully */
AST_BRIDGE_TRANSFER_SUCCESS,