Class OutgoingScreenShareStatistics
- Object
-
- OutgoingScreenShareStatistics
-
public final class OutgoingScreenShareStatistics extends ObjectRepresents the outgoing screen share Media Statistics for a call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.IntegergetBitrateInBps()Bitrate in bits per second.StringgetCodecName()Codec Name.IntegergetFrameHeight()Frame height of the encoded frame (pixel).FloatgetFrameRate()Frame rate sent on the RTP stream (frames/sec).IntegergetFrameWidth()Frame width of the encoded frame (pixel).IntegergetPacketCount()The total number of packets sent.IntegergetStreamId()Identifier used to distinguish when there are multiple streams with same media type/direction.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getCodecName
public String getCodecName()
Codec Name.
-
getBitrateInBps
public Integer getBitrateInBps()
Bitrate in bits per second.
-
getPacketCount
public Integer getPacketCount()
The total number of packets sent.
-
getStreamId
public Integer getStreamId()
Identifier used to distinguish when there are multiple streams with same media type/direction.
-
getFrameRate
public Float getFrameRate()
Frame rate sent on the RTP stream (frames/sec).
-
getFrameWidth
public Integer getFrameWidth()
Frame width of the encoded frame (pixel).
-
getFrameHeight
public Integer getFrameHeight()
Frame height of the encoded frame (pixel).
-
-