java.lang.Object |
↳ |
com.amazonaws.ivs.player.Statistics |
Class Overview
Contains various playback statistics for a player instance.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
int
getDecodedFrames
()
Returns
- the total number of decoded video frames during the playback session
public
int
getDroppedFrames
()
Returns
- the total number of dropped video frames during the playback session
public
int
getFrameRate
()
Returns
- the current frame rate of the video in frames per second, 0 if no video is displayed
public
int
getRenderedFrames
()
Returns
- the total number of rendered (displayed) video frames during the playback session
public
int
getVideoBitRate
()
Returns
- the current bitrate in bps of the video track
public
String
toString
()