#include <jitter.h>
|
|
|
|
|
Get total number received packets that overran the jitter buffer. |
|
Get current delay for jitter buffer. |
|
Get maximum consecutive marker bits before buffer starts to ignore them. |
|
Get total number received packets too late to go into jitter buffer. |
|
|
|
Read a data frame from the RTP channel. Any control frames received are dispatched to callbacks and are not returned by this function. It will block until a data frame is available or an error occurs.
|
|
Set the maximum delay the jitter buffer will operate to.
|
|
Set maximum consecutive marker bits before buffer starts to ignore them. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|