Class IncomingScreenShareStatistics
- Object
- 
- IncomingScreenShareStatistics
 
- 
 public final class IncomingScreenShareStatistics extends ObjectRepresents the incoming screen share Media Statistics for a call.
- 
- 
Method SummaryAll 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 decoded frame (pixels).FloatgetFrameRate()Frame rate received on the RTP stream (frames/sec).IntegergetFrameWidth()Frame width of the decoded frame (pixels).FloatgetJitterInMs()Average packet jitter in milliseconds.IntegergetPacketCount()The total number of packets received.IntegergetPacketsLostPerSecond()Packet Loss Rate (packets/second).CommunicationIdentifiergetParticipantIdentifier()Retrives the remote participant identifier for the owner of the streamIntegergetStreamId()Identifier used to distinguish when there are multiple streams with same media type/direction.IntegergetTotalFreezeDurationInMs()Total freeze duration (milliseconds).
 
- 
- 
- 
Method Detail- 
finalizeprotected 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 class- Object
 
 - 
getCodecNamepublic String getCodecName() Codec Name.
 - 
getBitrateInBpspublic Integer getBitrateInBps() Bitrate in bits per second.
 - 
getJitterInMspublic Float getJitterInMs() Average packet jitter in milliseconds.
 - 
getPacketCountpublic Integer getPacketCount() The total number of packets received.
 - 
getPacketsLostPerSecondpublic Integer getPacketsLostPerSecond() Packet Loss Rate (packets/second).
 - 
getFrameRatepublic Float getFrameRate() Frame rate received on the RTP stream (frames/sec).
 - 
getFrameWidthpublic Integer getFrameWidth() Frame width of the decoded frame (pixels).
 - 
getFrameHeightpublic Integer getFrameHeight() Frame height of the decoded frame (pixels).
 - 
getTotalFreezeDurationInMspublic Integer getTotalFreezeDurationInMs() Total freeze duration (milliseconds).
 - 
getStreamIdpublic Integer getStreamId() Identifier used to distinguish when there are multiple streams with same media type/direction.
 - 
getParticipantIdentifierpublic CommunicationIdentifier getParticipantIdentifier() Retrives the remote participant identifier for the owner of the stream- Returns:
- a CommunicationIdentifier of the participant that owns the stream
 
 
- 
 
-