session: add some docs
This commit is contained in:
parent
2163355a47
commit
9eaef9d332
@ -3185,6 +3185,14 @@ done:
|
|||||||
return result;
|
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
|
void
|
||||||
rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time,
|
rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time,
|
||||||
GstClockTimeDiff max_delay)
|
GstClockTimeDiff max_delay)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user