2021-02-23 11:46:18 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.9.1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > uvgRTP: uvgrtp::rtcp Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > uvgRTP
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < b > uvgrtp< / b > < / li > < li class = "navelem" > < a class = "el" href = "classuvgrtp_1_1rtcp.html" > rtcp< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "classuvgrtp_1_1rtcp-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > uvgrtp::rtcp Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "dynheader" >
Inheritance diagram for uvgrtp::rtcp:< / div >
< div class = "dyncontent" >
< div class = "center" >
< img src = "classuvgrtp_1_1rtcp.png" alt = "" / >
< / div > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:aa7499b5ea9797a7a55727c3699dc7df6" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#aa7499b5ea9797a7a55727c3699dc7df6" > send_sdes_packet< / a > (std::vector< uvgrtp::frame::rtcp_sdes_item > & items)< / td > < / tr >
< tr class = "memdesc:aa7499b5ea9797a7a55727c3699dc7df6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Send an RTCP SDES packet. < a href = "classuvgrtp_1_1rtcp.html#aa7499b5ea9797a7a55727c3699dc7df6" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:aa7499b5ea9797a7a55727c3699dc7df6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:ad70c9ccdde9075e45a453f00591a522b" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#ad70c9ccdde9075e45a453f00591a522b" > send_app_packet< / a > (char *name, uint8_t subtype, size_t payload_len, uint8_t *payload)< / td > < / tr >
< tr class = "memdesc:ad70c9ccdde9075e45a453f00591a522b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Send an RTCP APP packet. < a href = "classuvgrtp_1_1rtcp.html#ad70c9ccdde9075e45a453f00591a522b" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:ad70c9ccdde9075e45a453f00591a522b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:a2b831698320212e382e3d565e62d31c4" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#a2b831698320212e382e3d565e62d31c4" > send_bye_packet< / a > (std::vector< uint32_t > ssrcs)< / td > < / tr >
< tr class = "memdesc:a2b831698320212e382e3d565e62d31c4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Send an RTCP BYE packet. < a href = "classuvgrtp_1_1rtcp.html#a2b831698320212e382e3d565e62d31c4" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:a2b831698320212e382e3d565e62d31c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-02-23 12:43:09 +00:00
< tr class = "memitem:a5d0d06f9b4b7779d96d8d60938627316" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#a5d0d06f9b4b7779d96d8d60938627316" > set_ts_info< / a > (uint64_t clock_start, uint32_t clock_rate, uint32_t rtp_ts_start)< / td > < / tr >
< tr class = "memdesc:a5d0d06f9b4b7779d96d8d60938627316" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Provide timestamping information for RTCP. < a href = "classuvgrtp_1_1rtcp.html#a5d0d06f9b4b7779d96d8d60938627316" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:a5d0d06f9b4b7779d96d8d60938627316" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:a4a262a814ffa3093ac6829c90b0b3fd1" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#a4a262a814ffa3093ac6829c90b0b3fd1" > install_sender_hook< / a > (void(*hook)(uvgrtp::frame::rtcp_sender_report *))< / td > < / tr >
< tr class = "memdesc:a4a262a814ffa3093ac6829c90b0b3fd1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Install an RTCP Sender Report hook. < a href = "classuvgrtp_1_1rtcp.html#a4a262a814ffa3093ac6829c90b0b3fd1" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:a4a262a814ffa3093ac6829c90b0b3fd1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:a04c887fe95173d55294f57d639a1f602" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#a04c887fe95173d55294f57d639a1f602" > install_receiver_hook< / a > (void(*hook)(uvgrtp::frame::rtcp_receiver_report *))< / td > < / tr >
< tr class = "memdesc:a04c887fe95173d55294f57d639a1f602" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Install an RTCP Receiver Report hook. < a href = "classuvgrtp_1_1rtcp.html#a04c887fe95173d55294f57d639a1f602" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:a04c887fe95173d55294f57d639a1f602" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:ad694a3a869b1c28309e1f2db6d7c2e50" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#ad694a3a869b1c28309e1f2db6d7c2e50" > install_sdes_hook< / a > (void(*hook)(uvgrtp::frame::rtcp_sdes_packet *))< / td > < / tr >
< tr class = "memdesc:ad694a3a869b1c28309e1f2db6d7c2e50" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Install an RTCP SDES packet hook. < a href = "classuvgrtp_1_1rtcp.html#ad694a3a869b1c28309e1f2db6d7c2e50" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:ad694a3a869b1c28309e1f2db6d7c2e50" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-19 09:15:23 +00:00
< tr class = "memitem:a977c99cfaa1442553ab12d4c140bbb0f" > < td class = "memItemLeft" align = "right" valign = "top" > rtp_error_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classuvgrtp_1_1rtcp.html#a977c99cfaa1442553ab12d4c140bbb0f" > install_app_hook< / a > (void(*hook)(uvgrtp::frame::rtcp_app_packet *))< / td > < / tr >
< tr class = "memdesc:a977c99cfaa1442553ab12d4c140bbb0f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Install an RTCP APP packet hook. < a href = "classuvgrtp_1_1rtcp.html#a977c99cfaa1442553ab12d4c140bbb0f" > More...< / a > < br / > < / td > < / tr >
2021-02-23 11:46:18 +00:00
< tr class = "separator:a977c99cfaa1442553ab12d4c140bbb0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
2021-02-23 12:43:09 +00:00
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2021-04-19 09:15:23 +00:00
< a id = "a977c99cfaa1442553ab12d4c140bbb0f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a977c99cfaa1442553ab12d4c140bbb0f" > ◆ < / a > < / span > install_app_hook()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::install_app_hook < / td >
< td > (< / td >
< td class = "paramtype" > void(*)(uvgrtp::frame::rtcp_app_packet *)  < / td >
< td class = "paramname" > < em > hook< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Install an RTCP APP packet hook. < / p >
< p > This function is called when an RTCP APP packet is received< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > hook< / td > < td > Function pointer to the hook< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > on success < / td > < / tr >
< tr > < td class = "paramname" > RTP_INVALID_VALUE< / td > < td > If hook is nullptr < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a04c887fe95173d55294f57d639a1f602" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a04c887fe95173d55294f57d639a1f602" > ◆ < / a > < / span > install_receiver_hook()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::install_receiver_hook < / td >
< td > (< / td >
< td class = "paramtype" > void(*)(uvgrtp::frame::rtcp_receiver_report *)  < / td >
< td class = "paramname" > < em > hook< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Install an RTCP Receiver Report hook. < / p >
< p > This function is called when an RTCP Receiver Report is received< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > hook< / td > < td > Function pointer to the hook< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > on success < / td > < / tr >
< tr > < td class = "paramname" > RTP_INVALID_VALUE< / td > < td > If hook is nullptr < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "ad694a3a869b1c28309e1f2db6d7c2e50" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad694a3a869b1c28309e1f2db6d7c2e50" > ◆ < / a > < / span > install_sdes_hook()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::install_sdes_hook < / td >
< td > (< / td >
< td class = "paramtype" > void(*)(uvgrtp::frame::rtcp_sdes_packet *)  < / td >
< td class = "paramname" > < em > hook< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Install an RTCP SDES packet hook. < / p >
< p > This function is called when an RTCP SDES packet is received< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > hook< / td > < td > Function pointer to the hook< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > on success < / td > < / tr >
< tr > < td class = "paramname" > RTP_INVALID_VALUE< / td > < td > If hook is nullptr < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a4a262a814ffa3093ac6829c90b0b3fd1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4a262a814ffa3093ac6829c90b0b3fd1" > ◆ < / a > < / span > install_sender_hook()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::install_sender_hook < / td >
< td > (< / td >
< td class = "paramtype" > void(*)(uvgrtp::frame::rtcp_sender_report *)  < / td >
< td class = "paramname" > < em > hook< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Install an RTCP Sender Report hook. < / p >
< p > This function is called when an RTCP Sender Report is received< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > hook< / td > < td > Function pointer to the hook< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > on success < / td > < / tr >
< tr > < td class = "paramname" > RTP_INVALID_VALUE< / td > < td > If hook is nullptr < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "ad70c9ccdde9075e45a453f00591a522b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad70c9ccdde9075e45a453f00591a522b" > ◆ < / a > < / span > send_app_packet()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::send_app_packet < / td >
< td > (< / td >
< td class = "paramtype" > char *  < / td >
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t  < / td >
< td class = "paramname" > < em > subtype< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > payload_len< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t *  < / td >
< td class = "paramname" > < em > payload< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Send an RTCP APP packet. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > name< / td > < td > Name of the APP item, e.g., EMAIL or PHONE < / td > < / tr >
< tr > < td class = "paramname" > subtype< / td > < td > Subtype of the APP item < / td > < / tr >
< tr > < td class = "paramname" > payload_len< / td > < td > Length of the payload < / td > < / tr >
< tr > < td class = "paramname" > payload< / td > < td > Payload< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > On success < / td > < / tr >
< tr > < td class = "paramname" > RTP_MEMORY_ERROR< / td > < td > If allocation fails < / td > < / tr >
< tr > < td class = "paramname" > RTP_GENERIC_ERROR< / td > < td > If sending fails < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "a2b831698320212e382e3d565e62d31c4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b831698320212e382e3d565e62d31c4" > ◆ < / a > < / span > send_bye_packet()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::send_bye_packet < / td >
< td > (< / td >
< td class = "paramtype" > std::vector< uint32_t >   < / td >
< td class = "paramname" > < em > ssrcs< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Send an RTCP BYE packet. < / p >
< p > In case the quitting participant is a mixer and is serving multiple paricipants, the input vector contains the SSRCs of all those participants. If the participant is a regular member of the session, the vector only contains the SSRC of the participant.< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > ssrcs< / td > < td > Vector of SSRCs of those participants who are quitting< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > On success < / td > < / tr >
< tr > < td class = "paramname" > RTP_MEMORY_ERROR< / td > < td > If allocation fails < / td > < / tr >
< tr > < td class = "paramname" > RTP_GENERIC_ERROR< / td > < td > If sending fails < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
< a id = "aa7499b5ea9797a7a55727c3699dc7df6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7499b5ea9797a7a55727c3699dc7df6" > ◆ < / a > < / span > send_sdes_packet()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > rtp_error_t uvgrtp::rtcp::send_sdes_packet < / td >
< td > (< / td >
< td class = "paramtype" > std::vector< uvgrtp::frame::rtcp_sdes_item > &   < / td >
< td class = "paramname" > < em > items< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Send an RTCP SDES packet. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > items< / td > < td > Vector of SDES items< / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "retval" > < dt > Return values< / dt > < dd >
< table class = "retval" >
< tr > < td class = "paramname" > RTP_OK< / td > < td > On success < / td > < / tr >
< tr > < td class = "paramname" > RTP_MEMORY_ERROR< / td > < td > If allocation fails < / td > < / tr >
< tr > < td class = "paramname" > RTP_GENERIC_ERROR< / td > < td > If sending fails < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2021-02-23 12:43:09 +00:00
< a id = "a5d0d06f9b4b7779d96d8d60938627316" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5d0d06f9b4b7779d96d8d60938627316" > ◆ < / a > < / span > set_ts_info()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void uvgrtp::rtcp::set_ts_info < / td >
< td > (< / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > clock_start< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint32_t  < / td >
< td class = "paramname" > < em > clock_rate< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint32_t  < / td >
< td class = "paramname" > < em > rtp_ts_start< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Provide timestamping information for RTCP. < / p >
< p > If the application wishes to timestamp the stream itself AND it has enabled RTCP by using < a class = "el" href = "util_8hh.html#a15b2d6364db6065a482c99827f4bd2afab1342138e5af3f03d6eaf1378382bf3d" > RCE_RTCP< / a > , it must provide timestamping information for RTCP so sensible synchronization values can be calculated for Sender Reports< / p >
< p > The application can call uvgrtp::clock::ntp::now() to get the current wall clock reading as an NTP timestamp value< / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > clock_start< / td > < td > NTP timestamp for t = 0 < / td > < / tr >
< tr > < td class = "paramname" > clock_rate< / td > < td > Clock rate of the stream < / td > < / tr >
< tr > < td class = "paramname" > rtp_ts_start< / td > < td > RTP timestamp for t = 0 < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2021-02-23 11:46:18 +00:00
< hr / > The documentation for this class was generated from the following file:< ul >
< li > include/< a class = "el" href = "rtcp_8hh_source.html" > rtcp.hh< / a > < / li >
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by  < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.1
< / small > < / address >
< / body >
< / html >