Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
ortp
Commits
36773054
Commit
36773054
authored
Feb 08, 2010
by
Simon Morlat
Browse files
add a few defines accessors for PayloadType
parent
da176d2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
include/ortp/payloadtype.h
include/ortp/payloadtype.h
+3
-0
No files found.
include/ortp/payloadtype.h
View file @
36773054
...
...
@@ -100,6 +100,9 @@ void payload_type_set_send_fmtp(PayloadType *pt, const char *fmtp);
void
payload_type_append_recv_fmtp
(
PayloadType
*
pt
,
const
char
*
fmtp
);
void
payload_type_append_send_fmtp
(
PayloadType
*
pt
,
const
char
*
fmtp
);
#define payload_type_get_bitrate(pt) ((pt)->normal_bitrate)
#define payload_type_get_rate(pt) ((pt)->clock_rate)
#define payload_type_get_mime(pt) ((pt)->mime_type)
bool_t
fmtp_get_value
(
const
char
*
fmtp
,
const
char
*
param_name
,
char
*
result
,
size_t
result_len
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment