<trclass="memdesc:a313c6640ac5ed9384184a94ec57a9a96"><tdclass="mdescLeft"> </td><tdclass="mdescRight">These flags are given to <aclass="el"href="classuvgrtp_1_1session.html#a0b9fb48e95cbfdb76fd9f61e8cafe8e4"title="Create a uni- or bidirectional media stream.">uvgrtp::session::create_stream()</a><ahref="util_8hh.html#a313c6640ac5ed9384184a94ec57a9a96">More...</a><br/></td></tr>
<trclass="memdesc:af03a75996471fc531742cd640c7caf2d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">These flags are given to <aclass="el"href="classuvgrtp_1_1media__stream.html#a157e9973d92b65e82914d4028690c770"title="Send data to remote participant with a custom timestamp.">uvgrtp::media_stream::push_frame()</a> and they can be OR'ed together. <ahref="util_8hh.html#af03a75996471fc531742cd640c7caf2d">More...</a><br/></td></tr>
<p>These flags are given to <aclass="el"href="classuvgrtp_1_1media__stream.html#a2cee4fe3bf423ec317b4a3eacc136238"title="Configure the media stream, see RTP_CTX_CONFIGURATION_FLAGS for more details.">uvgrtp::media_stream::configure_ctx</a></p>
<tr><thcolspan="2">Enumerator</th></tr><tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fac52afca9d1a8c24b1a788bc5b8524663"name="aa98d9238629e33567e73af0d239e587fac52afca9d1a8c24b1a788bc5b8524663"></a>RCC_UDP_RCV_BUF_SIZE </td><tdclass="fielddoc"><p>How large is the receiver UDP buffer size</p>
<p>Default value is 4 MB</p>
<p>For video with high bitrate (100+ fps 4K), it is advisable to set this to a high number to prevent OS from dropping packets </p>
</td></tr>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fad4eba6c62183db35dd4bd0e09ddd107b"name="aa98d9238629e33567e73af0d239e587fad4eba6c62183db35dd4bd0e09ddd107b"></a>RCC_UDP_SND_BUF_SIZE </td><tdclass="fielddoc"><p>How large is the sender UDP buffer size</p>
<p>Default value is 4 MB</p>
<p>For video with high bitrate (100+ fps 4K), it is advisable to set this to a high number to prevent OS from dropping packets </p>
</td></tr>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa9be732aa645fc09adde5c84a2d07e0f6"name="aa98d9238629e33567e73af0d239e587fa9be732aa645fc09adde5c84a2d07e0f6"></a>RCC_RING_BUFFER_SIZE </td><tdclass="fielddoc"><p>How large is the uvgRTP receiver ring buffer</p>
<p>Default value is 4 MB</p>
<p>For video with high bitrate (100+ fps 4K), it is advisable to set this to a high number to prevent uvgRTP from overwriting previous packets </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa5ac1245e18a420489083adddfa97b135"name="aa98d9238629e33567e73af0d239e587fa5ac1245e18a420489083adddfa97b135"></a>RCC_PKT_MAX_DELAY </td><tdclass="fielddoc"><p>How many milliseconds is each frame waited for until it is considered lost.</p>
<p>Default is 500 milliseconds</p>
<p>This is valid only for fragmented frames, i.e. RTP_FORMAT_H26X and RTP_FORMAT_GENERIC with RCE_FRAGMENT_GENERIC (TODO) </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fac758a522806ada30386b262660f30617"name="aa98d9238629e33567e73af0d239e587fac758a522806ada30386b262660f30617"></a>RCC_DYN_PAYLOAD_TYPE </td><tdclass="fielddoc"><p>Change uvgRTP's default payload number in RTP header </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa7667fb72b42a2c11991b4879619f9f83"name="aa98d9238629e33567e73af0d239e587fa7667fb72b42a2c11991b4879619f9f83"></a>RCC_MTU_SIZE </td><tdclass="fielddoc"><p>Set a maximum value for the Ethernet frame size assumed by uvgRTP.</p>
<p>If application wishes to use small UDP datagram, it can set MTU size to, for example, 500 bytes or if it wishes to use jumbo frames, it can set the MTU size to 9000 bytes </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa51034849ac8a4078f0c3b5198b92ab54"name="aa98d9238629e33567e73af0d239e587fa51034849ac8a4078f0c3b5198b92ab54"></a>RCC_FPS_NUMERATOR </td><tdclass="fielddoc"><p>Set the numerator of frame rate used by uvgRTP.</p>
<p>Default is 30.</p>
<p>Setting the fps for uvgRTP serves two possible functions:</p>
<p>1) if RCE_FRAME_RATE has been set, the fps is enforced and uvgRTP tries to send frames at this exact frame rate,</p>
<p>2) if RCE_PACE_FRAGMENT_SENDING has been set, the fragments are set at a constant pace spaced out evenly within frame interval </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa9e60e576f72eafe6219cd9f0a9615ce9"name="aa98d9238629e33567e73af0d239e587fa9e60e576f72eafe6219cd9f0a9615ce9"></a>RCC_FPS_DENOMINATOR </td><tdclass="fielddoc"><p>Set the denominator of frame rate used by uvgRTP.</p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fad93dccbcd813299ea0b976d4dea79937"name="aa98d9238629e33567e73af0d239e587fad93dccbcd813299ea0b976d4dea79937"></a>RCC_SSRC </td><tdclass="fielddoc"><p>Set the local SSRC of the stream manually</p>
<p>By default local SSRC is generated randomly </p>
</td></tr>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa15b4ff7295eae57338f4c3864c5146b7"name="aa98d9238629e33567e73af0d239e587fa15b4ff7295eae57338f4c3864c5146b7"></a>RCC_REMOTE_SSRC </td><tdclass="fielddoc"><p>Set the remote SSRC of the stream manually</p>
<p>By default remote SSRC is generated randomly </p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa9a5a95ba2f189fb0350cbc44ba2b95c7"name="aa98d9238629e33567e73af0d239e587fa9a5a95ba2f189fb0350cbc44ba2b95c7"></a>RCC_SESSION_BANDWIDTH </td><tdclass="fielddoc"><p>Set bandwidth for the session</p>
<p>uvgRTP chooses this automatically depending on the format of the data being transferred. Use this flag to manually set the session bandwidth in kbps. RTCP reporting interval depends on this session bandwidth. The interval is calculated with the following formula:</p>
<tr><tdclass="fieldname"><aid="aa98d9238629e33567e73af0d239e587fa97b5a85e591372f65274238d0d1a73f8"name="aa98d9238629e33567e73af0d239e587fa97b5a85e591372f65274238d0d1a73f8"></a>RCC_POLL_TIMEOUT </td><tdclass="fielddoc"><p>Set the timeout value for socket polling</p>
<p>Default value is 100 ms. If you are experiencing packet loss when receiving, you can try lowering this value down to 0. This will, however cause increased CPU usage in the receiver, so use with caution. </p>
<pclass="definition">Definition at line <aclass="el"href="util_8hh_source.html#l00281">281</a> of file <aclass="el"href="util_8hh_source.html">util.hh</a>.</p>
<p>These flags are passed to <aclass="el"href="classuvgrtp_1_1session.html#a0b9fb48e95cbfdb76fd9f61e8cafe8e4"title="Create a uni- or bidirectional media stream.">uvgrtp::session::create_stream</a> and can be OR'ed together </p>
<tr><thcolspan="2">Enumerator</th></tr><tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa4952226c012292c16fe04477f76e5bcb"name="a15b2d6364db6065a482c99827f4bd2afa4952226c012292c16fe04477f76e5bcb"></a>RCE_NO_FLAGS </td><tdclass="fielddoc"><p>Use this if you have no RCE flags. </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa6bb67e1962af60c05c6062fb6f1df374"name="a15b2d6364db6065a482c99827f4bd2afa6bb67e1962af60c05c6062fb6f1df374"></a>RCE_SEND_ONLY </td><tdclass="fielddoc"><p>address/port interpreted as remote, no binding to local socket </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afaf89817eda89d32c43e18ed0645ac4d73"name="a15b2d6364db6065a482c99827f4bd2afaf89817eda89d32c43e18ed0645ac4d73"></a>RCE_RECEIVE_ONLY </td><tdclass="fielddoc"><p>address/port interpreted as local, sending not possible </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afaf235cba606675b9c38284ee1a491696b"name="a15b2d6364db6065a482c99827f4bd2afaf235cba606675b9c38284ee1a491696b"></a>RCE_SRTP </td><tdclass="fielddoc"><p>Use SRTP for this connection </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa40a3deab3893524daf7e057c6dfdaa75"name="a15b2d6364db6065a482c99827f4bd2afa40a3deab3893524daf7e057c6dfdaa75"></a>RCE_SRTP_KMNGMNT_ZRTP </td><tdclass="fielddoc"><p>Use ZRTP for key management</p>
<p>If this flag is provided, before the session starts, ZRTP will negotiate keys with the remote participants and these keys are used as salting/keying material for the session.</p>
<p>This flag must be coupled with RCE_SRTP and is mutually exclusive with RCE_SRTP_KMNGMNT_USER. </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa4722105b4fd34467a56b8aca8fc03773"name="a15b2d6364db6065a482c99827f4bd2afa4722105b4fd34467a56b8aca8fc03773"></a>RCE_SRTP_KMNGMNT_USER </td><tdclass="fielddoc"><p>Use user-defined way to manage keys</p>
<p>If this flag is provided, before the media transportation starts, user must provide a master key and salt form which SRTP session keys are derived</p>
<p>This flag must be coupled with RCE_SRTP and is mutually exclusive with RCE_SRTP_KMNGMNT_ZRTP </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa877835beb990d36f59f4d9c1d61d2c35"name="a15b2d6364db6065a482c99827f4bd2afa877835beb990d36f59f4d9c1d61d2c35"></a>RCE_NO_H26X_PREPEND_SC </td><tdclass="fielddoc"><p>By default, uvgRTP restores the stream by prepending 3 or 4 byte start code to each received H26x frame, so there is no difference with sender input. You can remove start code prefix with this flag </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa121da451fe2a4008cec78ac4642399b2"name="a15b2d6364db6065a482c99827f4bd2afa121da451fe2a4008cec78ac4642399b2"></a>RCE_H26X_DEPENDENCY_ENFORCEMENT </td><tdclass="fielddoc"><p>Use this flag to discard inter frames that don't have their previous dependencies arrived. Does not work if the dependencies are not in monotonic order. </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa5b0a8dbb22c20ebe8c0711541fb68a79"name="a15b2d6364db6065a482c99827f4bd2afa5b0a8dbb22c20ebe8c0711541fb68a79"></a>RCE_FRAGMENT_GENERIC </td><tdclass="fielddoc"><p>Fragment frames into RTP packets of MTU size (1492 bytes).</p>
<p>Some RTP profiles define fragmentation by setting the marker bit indicating the last fragment of the frame. You can enable this functionality using this flag at both sender and receiver. </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa9e41141dacd18def5ab83e9f671f4263"name="a15b2d6364db6065a482c99827f4bd2afa9e41141dacd18def5ab83e9f671f4263"></a>RCE_SYSTEM_CALL_CLUSTERING </td><tdclass="fielddoc"><p>Enable System Call Clustering (SCC). Sender side flag.</p>
<p>The benefit of SCC is reduced CPU usage at the sender, but its cost is increased chance of losing frames at the receiving end due to too many packets arriving at once. </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afab1342138e5af3f03d6eaf1378382bf3d"name="a15b2d6364db6065a482c99827f4bd2afab1342138e5af3f03d6eaf1378382bf3d"></a>RCE_RTCP </td><tdclass="fielddoc"><p>Enable RTCP for the media stream. If SRTP is enabled, SRTCP is used instead </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa8e66f45819774772a0156647d3788a95"name="a15b2d6364db6065a482c99827f4bd2afa8e66f45819774772a0156647d3788a95"></a>RCE_HOLEPUNCH_KEEPALIVE </td><tdclass="fielddoc"><p>If the Mediastream object is used as a unidirectional stream but holepunching has been enabled, this flag can be used to make uvgRTP periodically send a short UDP datagram to keep the hole in the firewall open </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afaedeac11cc80833b61b51ae32f787db73"name="a15b2d6364db6065a482c99827f4bd2afaedeac11cc80833b61b51ae32f787db73"></a>RCE_SRTP_KEYSIZE_192 </td><tdclass="fielddoc"><p>Use 192-bit keys with SRTP, only user key management is supported </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa163744fe7c054b8396a4a07ae82a80c0"name="a15b2d6364db6065a482c99827f4bd2afa163744fe7c054b8396a4a07ae82a80c0"></a>RCE_SRTP_KEYSIZE_256 </td><tdclass="fielddoc"><p>Use 256-bit keys with SRTP, only user key management is supported </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa4fdf2b1f3f934315158b4204e71f9171"name="a15b2d6364db6065a482c99827f4bd2afa4fdf2b1f3f934315158b4204e71f9171"></a>RCE_ZRTP_DIFFIE_HELLMAN_MODE </td><tdclass="fielddoc"><p>Select which ZRTP stream performs the Diffie-Hellman exchange (default) </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa9127265f0b1a1a45bac8e6fa7270a98a"name="a15b2d6364db6065a482c99827f4bd2afa9127265f0b1a1a45bac8e6fa7270a98a"></a>RCE_ZRTP_MULTISTREAM_MODE </td><tdclass="fielddoc"><p>Select which ZRTP stream does not perform Diffie-Hellman exchange </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afae175f37ce4fdc6e7d9e01d200b8d9abc"name="a15b2d6364db6065a482c99827f4bd2afae175f37ce4fdc6e7d9e01d200b8d9abc"></a>RCE_FRAME_RATE </td><tdclass="fielddoc"><p>Force uvgRTP to send packets at certain framerate (default 30 fps) </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa836063a6ef3da262d0805cf1571ab35c"name="a15b2d6364db6065a482c99827f4bd2afa836063a6ef3da262d0805cf1571ab35c"></a>RCE_PACE_FRAGMENT_SENDING </td><tdclass="fielddoc"><p>Paces the sending of frame fragments within frame interval (default 1/30 s) </p>
<tr><tdclass="fieldname"><aid="a15b2d6364db6065a482c99827f4bd2afa3dc772b2aab5eae239afae6cef8c68a7"name="a15b2d6364db6065a482c99827f4bd2afa3dc772b2aab5eae239afae6cef8c68a7"></a>RCE_RTCP_MUX </td><tdclass="fielddoc"><p>Use a single UDP port for both RTP and RTCP transmission (default RTCP port is +1) </p>
<pclass="definition">Definition at line <aclass="el"href="util_8hh_source.html#l00165">165</a> of file <aclass="el"href="util_8hh_source.html">util.hh</a>.</p>
<p>These error valus are returned from various uvgRTP functions. Functions that return a pointer set rtp_errno global value that should be checked if a function call failed </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387bab392a7774c551eed903855248760ad06"name="aa6dc3f3578923d1afc40045e4cbe387bab392a7774c551eed903855248760ad06"></a>RTP_SOCKET_ERROR </td><tdclass="fielddoc"><p>Failed to create socket. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba000c0166a0c38686389fc2eba0ddc458"name="aa6dc3f3578923d1afc40045e4cbe387ba000c0166a0c38686389fc2eba0ddc458"></a>RTP_BIND_ERROR </td><tdclass="fielddoc"><p>Failed to bind to interface. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba6c47e86944dbed4d33531236a6e28079"name="aa6dc3f3578923d1afc40045e4cbe387ba6c47e86944dbed4d33531236a6e28079"></a>RTP_SEND_ERROR </td><tdclass="fielddoc"><p>System call send(2) or one of its derivatives failed. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba32d67254c4da35568e7007ec3825f98a"name="aa6dc3f3578923d1afc40045e4cbe387ba32d67254c4da35568e7007ec3825f98a"></a>RTP_NOT_INITIALIZED </td><tdclass="fielddoc"><p>Object has not been initialized. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba756d5cd372b045f069a493ed2f2cfa22"name="aa6dc3f3578923d1afc40045e4cbe387ba756d5cd372b045f069a493ed2f2cfa22"></a>RTP_NOT_SUPPORTED </td><tdclass="fielddoc"><p>Method/version/extension not supported. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387baa499befa487c22503360adffc590f33b"name="aa6dc3f3578923d1afc40045e4cbe387baa499befa487c22503360adffc590f33b"></a>RTP_RECV_ERROR </td><tdclass="fielddoc"><p>System call recv(2) or one of its derivatives failed. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba0a18f9856d2dd5890bb6ec25e4acf631"name="aa6dc3f3578923d1afc40045e4cbe387ba0a18f9856d2dd5890bb6ec25e4acf631"></a>RTP_NOT_FOUND </td><tdclass="fielddoc"><p>Object not found. </p>
<tr><tdclass="fieldname"><aid="aa6dc3f3578923d1afc40045e4cbe387ba6d62ec0a7250a3db7c0f3a13280ecc65"name="aa6dc3f3578923d1afc40045e4cbe387ba6d62ec0a7250a3db7c0f3a13280ecc65"></a>RTP_AUTH_TAG_MISMATCH </td><tdclass="fielddoc"><p>Authentication tag does not match the RTP packet contents. </p>
<pclass="definition">Definition at line <aclass="el"href="util_8hh_source.html#l00030">30</a> of file <aclass="el"href="util_8hh_source.html">util.hh</a>.</p>
<p>These flags are given to <aclass="el"href="classuvgrtp_1_1media__stream.html#a157e9973d92b65e82914d4028690c770"title="Send data to remote participant with a custom timestamp.">uvgrtp::media_stream::push_frame()</a> and they can be OR'ed together. </p>
<tr><thcolspan="2">Enumerator</th></tr><tr><tdclass="fieldname"><aid="af03a75996471fc531742cd640c7caf2da084c095dae54bbbc6d9509568c58f9a6"name="af03a75996471fc531742cd640c7caf2da084c095dae54bbbc6d9509568c58f9a6"></a>RTP_NO_FLAGS </td><tdclass="fielddoc"><p>Use this if you have no RTP flags. </p>
<tr><tdclass="fieldname"><aid="af03a75996471fc531742cd640c7caf2dab1d5797a23c37a33168046a2ae6aef6a"name="af03a75996471fc531742cd640c7caf2dab1d5797a23c37a33168046a2ae6aef6a"></a>RTP_COPY </td><tdclass="fielddoc"><p>Make a copy of the frame and perform operation on the copy. Cannot be used with unique_ptr. </p>
<tr><tdclass="fieldname"><aid="af03a75996471fc531742cd640c7caf2dafd917713b62c18d5fa4106e42f3fbde8"name="af03a75996471fc531742cd640c7caf2dafd917713b62c18d5fa4106e42f3fbde8"></a>RTP_NO_H26X_SCL </td><tdclass="fielddoc"><p>By default, uvgRTP searches for start code prefixes (0x000001 or 0x00000001) from the frame to divide NAL units and remove the prefix. If you instead want to provide the NAL units without the start code prefix yourself, you may use this flag to disable Start Code Lookup (SCL) and the frames will be treated as send-ready NAL units. </p>
<pclass="definition">Definition at line <aclass="el"href="util_8hh_source.html#l00137">137</a> of file <aclass="el"href="util_8hh_source.html">util.hh</a>.</p>
<p>These flags are given to <aclass="el"href="classuvgrtp_1_1session.html#a0b9fb48e95cbfdb76fd9f61e8cafe8e4"title="Create a uni- or bidirectional media stream.">uvgrtp::session::create_stream()</a></p>
<tr><thcolspan="2">Enumerator</th></tr><tr><tdclass="fieldname"><aid="a313c6640ac5ed9384184a94ec57a9a96ad4b1be929d880baa2c2ca85c614f61b9"name="a313c6640ac5ed9384184a94ec57a9a96ad4b1be929d880baa2c2ca85c614f61b9"></a>RTP_FORMAT_GENERIC </td><tdclass="fielddoc"><p>Same as PCMU. </p>
<tr><tdclass="fieldname"><aid="a313c6640ac5ed9384184a94ec57a9a96abee7466b11e455f2f2362dc39e61c6a8"name="a313c6640ac5ed9384184a94ec57a9a96abee7466b11e455f2f2362dc39e61c6a8"></a>RTP_FORMAT_L8 </td><tdclass="fielddoc"><p>L8, linear audio data samples. </p>
<tr><tdclass="fieldname"><aid="a313c6640ac5ed9384184a94ec57a9a96a4e6ef095b4645cdc8aef241aad1f974b"name="a313c6640ac5ed9384184a94ec57a9a96a4e6ef095b4645cdc8aef241aad1f974b"></a>RTP_FORMAT_OPUS </td><tdclass="fielddoc"><p>Opus, see RFC 7587. </p>
<tr><tdclass="fieldname"><aid="a313c6640ac5ed9384184a94ec57a9a96ad785025a8de9a53f17dc84ec3eed85bd"name="a313c6640ac5ed9384184a94ec57a9a96ad785025a8de9a53f17dc84ec3eed85bd"></a>RTP_FORMAT_H264 </td><tdclass="fielddoc"><p>H.264/AVC, see RFC 6184. </p>
<tr><tdclass="fieldname"><aid="a313c6640ac5ed9384184a94ec57a9a96a4ee0ab7d51bf50f8f5a5cb995ecc407b"name="a313c6640ac5ed9384184a94ec57a9a96a4ee0ab7d51bf50f8f5a5cb995ecc407b"></a>RTP_FORMAT_H265 </td><tdclass="fielddoc"><p>H.265/HEVC, see RFC 7798. </p>
<pclass="definition">Definition at line <aclass="el"href="util_8hh_source.html#l00062">62</a> of file <aclass="el"href="util_8hh_source.html">util.hh</a>.</p>