mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
session: add some docs
This commit is contained in:
parent
2163355a47
commit
9eaef9d332
1 changed files with 8 additions and 0 deletions
|
@ -3185,6 +3185,14 @@ done:
|
|||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* rtp_session_request_early_rtcp:
|
||||
* @sess: an #RTPSession
|
||||
* @current_time: the current system time
|
||||
* @max_delay: maximum delay
|
||||
*
|
||||
* Request transmission of early RTCP
|
||||
*/
|
||||
void
|
||||
rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time,
|
||||
GstClockTimeDiff max_delay)
|
||||
|
|
Loading…
Reference in a new issue