mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
SDP: Add get/set option calls for RTP sched context per type.
Change-Id: I82dc75c63c48904e9e5a49e2205dcc06e88487e4
This commit is contained in:
@@ -35,6 +35,8 @@ struct ast_sdp_options {
|
||||
/*! RTP Engine Name */
|
||||
AST_STRING_FIELD(rtp_engine);
|
||||
);
|
||||
/*! Scheduler context for the media stream types (Mainly for RTP) */
|
||||
struct ast_sched_context *sched[AST_MEDIA_TYPE_END];
|
||||
struct {
|
||||
unsigned int rtp_symmetric:1;
|
||||
unsigned int udptl_symmetric:1;
|
||||
|
Reference in New Issue
Block a user