summaryrefslogtreecommitdiff
path: root/src/sdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp.h')
-rw-r--r--src/sdp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sdp.h b/src/sdp.h
index 53bc722..d343c15 100644
--- a/src/sdp.h
+++ b/src/sdp.h
@@ -113,6 +113,13 @@ typedef struct sdp {
int count;
} video;
+ // audio media
+ struct {
+ uint16_t port;
+ struct sdp_rtpmap params[SDP_MAX_RTP_PAYLOAD_TYPES];
+ int count;
+ } audio;
+
sdp_mode_t mode; // send, receive, and send-and-receive
bool rtcp_mux; // is rtcp multiplexed on same socket