2022-09-16 12:33:51 +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" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2023-03-13 13:15:14 +00:00
< meta name = "generator" content = "Doxygen 1.9.6" / >
2022-09-16 12:33:51 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > uvgRTP: uvgrtp::frame::rtcp_header Struct 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 id = "projectrow" >
< td id = "projectalign" >
2023-03-20 11:40:51 +00:00
< div id = "projectname" > uvgRTP< span id = "projectnumber" >   2.3.0< / span >
2022-09-16 12:33:51 +00:00
< / div >
< div id = "projectbrief" > An open-source library for RTP/SRTP media delivery< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2023-03-13 13:15:14 +00:00
<!-- Generated by Doxygen 1.9.6 -->
2022-09-16 12:33:51 +00:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "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:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(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" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < b > uvgrtp< / b > < / li > < li class = "navelem" > < b > frame< / b > < / li > < li class = "navelem" > < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html" > rtcp_header< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structuvgrtp_1_1frame_1_1rtcp__header-members.html" > List of all members< / a > < / div >
< div class = "headertitle" > < div class = "title" > uvgrtp::frame::rtcp_header Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Header of for all RTCP packets defined in < a href = "https://www.rfc-editor.org/rfc/rfc3550#section-6" target = "_blank" > RFC 3550 section 6< / a >
< a href = "structuvgrtp_1_1frame_1_1rtcp__header.html#details" > More...< / a > < / p >
< p > < code > #include < < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > > < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-attribs" name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a096fae3005310de937f1dab442c3b9d7" > < td class = "memItemLeft" align = "right" valign = "top" > uint8_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a096fae3005310de937f1dab442c3b9d7" > version< / a > = 0< / td > < / tr >
< tr class = "memdesc:a096fae3005310de937f1dab442c3b9d7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This field identifies the version of RTP. The version defined by RFC 3550 is two (2). < br / >
2023-03-13 13:15:14 +00:00
< br / > < / td > < / tr >
2022-09-16 12:33:51 +00:00
< tr class = "separator:a096fae3005310de937f1dab442c3b9d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4309061d7fae17a13db3d5eea71d6639" > < td class = "memItemLeft" align = "right" valign = "top" > uint8_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a4309061d7fae17a13db3d5eea71d6639" > padding< / a > = 0< / td > < / tr >
2023-03-13 13:15:14 +00:00
< tr class = "memdesc:a4309061d7fae17a13db3d5eea71d6639" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Does this packet contain padding at the end. < br / > < / td > < / tr >
2022-09-16 12:33:51 +00:00
< tr class = "separator:a4309061d7fae17a13db3d5eea71d6639" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4140c844c64980a15620d41aebba6e94" > < td class = "memItemLeft" > < a id = "a4140c844c64980a15620d41aebba6e94" name = "a4140c844c64980a15620d41aebba6e94" > < / a >
union {< / td > < / tr >
< tr class = "memitem:a4ee5ad30f0f48e936b640f2b7d704953" > < td class = "memItemLeft" >       uint8_t      < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#af121a4cae797537270add50efd7a4e3d" > count< / a > = 0< / td > < / tr >
< tr class = "memdesc:a4ee5ad30f0f48e936b640f2b7d704953" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Source count or report count. Alternative to pkt_subtype. < a href = "structuvgrtp_1_1frame_1_1rtcp__header.html#af121a4cae797537270add50efd7a4e3d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4ee5ad30f0f48e936b640f2b7d704953" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1dd88baeebef894d71f3fb98aa1e0274" > < td class = "memItemLeft" >       uint8_t      < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a829dd160ba7f473f3d6c5ff2d2dae5ab" > pkt_subtype< / a > < / td > < / tr >
< tr class = "memdesc:a1dd88baeebef894d71f3fb98aa1e0274" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Subtype in APP packets. Alternative to count. < a href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a829dd160ba7f473f3d6c5ff2d2dae5ab" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1dd88baeebef894d71f3fb98aa1e0274" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4140c844c64980a15620d41aebba6e94" > < td class = "memItemLeft" valign = "top" > };  < / td > < td class = "memItemRight" valign = "bottom" > < / td > < / tr >
< tr class = "separator:a4140c844c64980a15620d41aebba6e94" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a08120f0b6526c473c6488803388c7855" > < td class = "memItemLeft" align = "right" valign = "top" > uint8_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a08120f0b6526c473c6488803388c7855" > pkt_type< / a > = 0< / td > < / tr >
2023-03-13 13:15:14 +00:00
< tr class = "memdesc:a08120f0b6526c473c6488803388c7855" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Identifies the RTCP packet type. < br / > < / td > < / tr >
2022-09-16 12:33:51 +00:00
< tr class = "separator:a08120f0b6526c473c6488803388c7855" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1ed1871349edce32d60c3b1a33049fd0" > < td class = "memItemLeft" align = "right" valign = "top" > uint16_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structuvgrtp_1_1frame_1_1rtcp__header.html#a1ed1871349edce32d60c3b1a33049fd0" > length< / a > = 0< / td > < / tr >
2023-03-13 13:15:14 +00:00
< tr class = "memdesc:a1ed1871349edce32d60c3b1a33049fd0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Length of the whole message measured in 32-bit words. < br / > < / td > < / tr >
2022-09-16 12:33:51 +00:00
< tr class = "separator:a1ed1871349edce32d60c3b1a33049fd0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2023-03-13 13:15:14 +00:00
< div class = "textblock" > < p > Header of for all RTCP packets defined in < a href = "https://www.rfc-editor.org/rfc/rfc3550#section-6" target = "_blank" > RFC 3550 section 6< / a > < / p >
2022-09-16 12:33:51 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00074" > 74< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "af121a4cae797537270add50efd7a4e3d" name = "af121a4cae797537270add50efd7a4e3d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af121a4cae797537270add50efd7a4e3d" > ◆   < / a > < / span > count< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint8_t uvgrtp::frame::rtcp_header::count = 0< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Source count or report count. Alternative to pkt_subtype. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00082" > 82< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< a id = "a1ed1871349edce32d60c3b1a33049fd0" name = "a1ed1871349edce32d60c3b1a33049fd0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1ed1871349edce32d60c3b1a33049fd0" > ◆   < / a > < / span > length< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint16_t uvgrtp::frame::rtcp_header::length = 0< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Length of the whole message measured in 32-bit words. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00089" > 89< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< a id = "a4309061d7fae17a13db3d5eea71d6639" name = "a4309061d7fae17a13db3d5eea71d6639" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4309061d7fae17a13db3d5eea71d6639" > ◆   < / a > < / span > padding< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint8_t uvgrtp::frame::rtcp_header::padding = 0< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Does this packet contain padding at the end. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00079" > 79< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< a id = "a829dd160ba7f473f3d6c5ff2d2dae5ab" name = "a829dd160ba7f473f3d6c5ff2d2dae5ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a829dd160ba7f473f3d6c5ff2d2dae5ab" > ◆   < / a > < / span > pkt_subtype< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint8_t uvgrtp::frame::rtcp_header::pkt_subtype< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Subtype in APP packets. Alternative to count. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00084" > 84< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< a id = "a08120f0b6526c473c6488803388c7855" name = "a08120f0b6526c473c6488803388c7855" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08120f0b6526c473c6488803388c7855" > ◆   < / a > < / span > pkt_type< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint8_t uvgrtp::frame::rtcp_header::pkt_type = 0< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Identifies the RTCP packet type. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00087" > 87< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< a id = "a096fae3005310de937f1dab442c3b9d7" name = "a096fae3005310de937f1dab442c3b9d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a096fae3005310de937f1dab442c3b9d7" > ◆   < / a > < / span > version< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint8_t uvgrtp::frame::rtcp_header::version = 0< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This field identifies the version of RTP. The version defined by RFC 3550 is two (2). < br / >
< / p >
< p class = "definition" > Definition at line < a class = "el" href = "frame_8hh_source.html#l00077" > 77< / a > of file < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
2022-09-22 04:35:14 +00:00
< li > < a class = "el" href = "frame_8hh_source.html" > frame.hh< / a > < / li >
2022-09-16 12:33:51 +00:00
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2023-03-13 13:15:14 +00:00
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.6
2022-09-16 12:33:51 +00:00
< / small > < / address >
< / body >
< / html >