Stream common functions.
More...
◆ pjmedia_stream_ka_config_default()
Initialize the stream send keep-alive with default settings.
- Parameters
-
cfg | Stream send keep-alive structure to be initialized. |
◆ pjmedia_stream_info_parse_fmtp()
This is internal function for parsing SDP format parameter of specific format or payload type, used by stream in generating stream info from SDP.
- Parameters
-
pool | Pool to allocate memory, if pool is NULL, the fmtp string pointers will point to the original string in the SDP media descriptor. |
m | The SDP media containing the format parameter to be parsed. |
pt | The format or payload type. |
fmtp | The format parameter to store the parsing result. |
- Returns
- PJ_SUCCESS on success.
References PJ_END_DECL.