mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
stream: Add stream topology to channel
Adds topology set and get to channel. ASTERISK-26790 Change-Id: Ic379ea82a9486fc79dbd8c4d95c29fa3b46424f4
This commit is contained in:
@@ -27,3 +27,7 @@ int ast_channel_internal_setup_topics(struct ast_channel *chan);
|
||||
|
||||
void ast_channel_internal_errno_set(enum ast_channel_error error);
|
||||
enum ast_channel_error ast_channel_internal_errno(void);
|
||||
void ast_channel_internal_set_stream_topology(struct ast_channel *chan,
|
||||
struct ast_stream_topology *topology);
|
||||
void ast_channel_internal_swap_stream_topology(struct ast_channel *chan1,
|
||||
struct ast_channel *chan2);
|
||||
|
Reference in New Issue
Block a user