public class StreamStatsReport extends Object
StreamStatsReport
provides streaming related instant information.Constructor and Description |
---|
StreamStatsReport() |
StreamStatsReport(int bitrate,
float fps) |
Modifier and Type | Method and Description |
---|---|
int |
getBitrate()
Gets the actual bitrate in bits per second.
|
float |
getFps()
Gets the actual video frame sent rate in frames per second.
|