Opened 15 years ago
Closed 15 years ago
#923 closed enhancement (fixed)
New API to retrieve current jitter buffer state from a stream/session
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | minor | Milestone: | release-1.4 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The jitter buffer provides pjmedia_jbuf_get_state() API to monitor its state, however this API is not accessible to application because jitter buffer instance is private to the stream/session.
This ticket adds new API to retrieve the jitter buffer state from the stream/session instance.
Change History (1)
comment:1 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r2844: