-
Notifications
You must be signed in to change notification settings - Fork 108
/
janus-gateway.yaml
73 lines (73 loc) · 2.12 KB
/
janus-gateway.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
"functions":
- "name": "janus_rtp_simulcasting_context_process_rtp"
"params":
- "name": "context"
"type": "bool "
- "name": "buf"
"type": "bool "
- "name": "len"
"type": "int"
- "name": "dd_content"
"type": "bool "
- "name": "dd_len"
"type": "int"
- "name": "ssrcs"
"type": "bool "
- "name": "rids"
"type": "bool "
- "name": "vcodec"
"type": "int"
- "name": "sc"
"type": "bool "
- "name": "rid_mutex"
"type": "bool "
"return_type": "int"
"signature": "gboolean janus_rtp_simulcasting_context_process_rtp(janus_rtp_simulcasting_context *, char *, int, uint8_t *, int, uint32_t *, char **, janus_videocodec, janus_rtp_switching_context *, janus_mutex *)"
- "name": "janus_sdp_generate_offer"
"params":
- "name": "name"
"type": "bool "
- "name": "address"
"type": "bool "
"return_type": "void"
"signature": "janus_sdp * janus_sdp_generate_offer(const char *, const char *, void)"
- "name": "janus_rtp_svc_context_process_rtp"
"params":
- "name": "context"
"type": "bool "
- "name": "buf"
"type": "bool "
- "name": "len"
"type": "int"
- "name": "dd_content"
"type": "bool "
- "name": "dd_len"
"type": "int"
- "name": "vcodec"
"type": "int"
- "name": "info"
"type": "bool "
- "name": "sc"
"type": "bool "
"return_type": "int"
"signature": "gboolean janus_rtp_svc_context_process_rtp(janus_rtp_svc_context *, char *, int, uint8_t *, int, janus_videocodec, janus_vp9_svc_info *, janus_rtp_switching_context *)"
- "name": "janus_sdp_generate_offer_mline"
"params":
- "name": "offer"
"type": "bool "
"return_type": "int"
"signature": "int janus_sdp_generate_offer_mline(janus_sdp *, void)"
- "name": "janus_sdp_generate_answer_mline"
"params":
- "name": "offer"
"type": "bool "
- "name": "answer"
"type": "bool "
- "name": "offered"
"type": "bool "
"return_type": "int"
"signature": "int janus_sdp_generate_answer_mline(janus_sdp *, janus_sdp *, janus_sdp_mline *, void)"
"language": "c++"
"project": "janus-gateway"
"target_name": "rtp_fuzzer"
"target_path": "/src/janus-gateway/fuzzers/rtp_fuzzer.c"