1package com.alivc.live.pusher;
328 public static class RtcStats {
333 public long availableSendKbitrate = 0;
338 public long sentKbitrate = 0;
343 public long rcvdKbitrate = 0;
348 public long sentBytes = 0;
353 public long rcvdBytes = 0;
358 public long videoRcvdKbitrate = 0;
363 public long videoSentKbitrate = 0;
368 public long callDuration = 0;
373 public long sentLossRate = 0;
378 public long sentLossPkts = 0;
383 public long sentExpectedPkts = 0;
388 public long rcvdLossRate = 0;
393 public long rcvdLossPkts = 0;
398 public long rcvdExpectedPkts = 0;
403 public long lastMileDelay = 0;
406 public String toString() {
408 "availableSendKbitrate=" + availableSendKbitrate +
409 ", sentKbitrate=" + sentKbitrate +
410 ", rcvdKbitrate=" + rcvdKbitrate +
411 ", sentBytes=" + sentBytes +
412 ", rcvdBytes=" + rcvdBytes +
413 ", videoRcvdKbitrate=" + videoRcvdKbitrate +
414 ", videoSentKbitrate=" + videoSentKbitrate +
415 ", callDuration=" + callDuration +
416 ", sentLossRate=" + sentLossRate +
417 ", sentLossPkts=" + sentLossPkts +
418 ", sentExpectedPkts=" + sentExpectedPkts +
419 ", rcvdLossRate=" + rcvdLossRate +
420 ", rcvdLossPkts=" + rcvdLossPkts +
421 ", rcvdExpectedPkts=" + rcvdExpectedPkts +
422 ", lastMileDelay=" + lastMileDelay +
428 public String toString() {
429 return "AlivcLivePushStatsInfo{" +
int maxSizeOfAudioPacketsInBuffer
int videoRenderConsumingTimePerFrame
int audioCapturingSampleRate
long totalDurationOfDroppingVideoFrames
AlivcEncodeModeEnum videoEncodeMode
int maxSizeOfVideoPacketsInBuffer
int totalTimesOfDisconnect
int totalTimesOfReconnect
long totalFramesOfEncodedVideo
long currentUploadedVideoFramePts
long previousVideoKeyFramePts
int audioDurationFromCaptureToUpload
long lastVideoPtsInBuffer
int totalDroppedAudioFrames
long lastVideoFramePTSInQueue
int videoFramesInRenderBuffer
int audioPacketsInUploadBuffer
long currentUploadedAudioFramePts
long lastAudioPtsInBuffer
int videoFramesInEncodeBuffer
long totalFramesOfUploadedVideo
long totalSizeOfUploadedPackets
long lastAudioFramePTSInQueue
int videoDurationFromCaptureToUpload
long totalSentPacketSizeInTwoSecond
int videoPacketsInUploadBuffer
int audioFrameInEncodeBuffer
int currentUploadPacketSize
long totalTimeOfEncodedVideo
long totalTimeOfUploading
long totalTimesOfDroppingVideoFrames