Class CollaborationStatistics

    • Constructor Detail

      • CollaborationStatistics

        public CollaborationStatistics()
    • Method Detail

      • getResolutionWidth

        public long getResolutionWidth()
        Returns frame resolution width.
        Returns:
        frame resolution width. If value is undefined -1 is returned.
      • getResolutionHeight

        public long getResolutionHeight()
        Returns frame resolution height.
        Returns:
        frame resolution height. If value is undefined -1 is returned.
      • getActualFrameRate

        public long getActualFrameRate()
        Returns actual frame rate.
        Returns:
        actual frame rate. If value is undefined -1 is returned.
      • getCodec

        public java.lang.String getCodec()
        Returns codec type used in collaboration data sharing.
        Returns:
        codec type used in collaboration data sharing. If value is undefined -1 is returned.
      • getRoundTripTimeMilliseconds

        public long getRoundTripTimeMilliseconds()
        Returns packets round trip time in milliseconds.
        Returns:
        packets round trip time in milliseconds. If value is undefined -1 is returned.
      • getActualBitRate

        public long getActualBitRate()
        Returns actual bitrate used during data sharing.
        Returns:
        actual bitrate used during data sharing. If value is undefined -1 is returned.
      • getTargetBitRate

        public long getTargetBitRate()
        Returns target bitrate setting.
        Returns:
        target bitrate setting. If value is undefined -1 is returned.
      • getJitterMilliseconds

        public long getJitterMilliseconds()
        Returns average jitter in milliseconds.
        Returns:
        average jitter in milliseconds. If value is undefined -1 is returned.
      • getPacketLossCount

        public long getPacketLossCount()
        Returns lost packets count.
        Returns:
        lost packets count. If value is undefined -1 is returned.
      • getPacketLossPercentage

        public long getPacketLossPercentage()
        Returns percentage of lost packets.
        Returns:
        percentage of lost packets. If value is undefined -1 is returned.