AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AlivcLivePushStatsInfo Class Reference

推流性能参数类 More...

#include "AlivcLivePushStatsInfo.h"

Inheritance diagram for AlivcLivePushStatsInfo:

Properties

uint64_t afterAdjustAudioPts
 修正后音频帧PTS
 
uint64_t afterAdjustVideoPts
 修正后视频帧PTS
 
int audioCaptureVolume
 音频采集音量
 
uint64_t audioDurationFromCaptureToUpload
 音频从采集到上传耗时 单位 : ms
 
int audioEncodedBitrate
 音频编码码率 单位 : Kbps
 
int audioEncodedFps
 音频编码FPS 单位 : Frames per Second
 
int audioEncoderMode
 设置的音频编码模式 0:硬编 1:软编
 
int audioFramesInEncodeBuffer
 音频编码队列帧数
 
int audioLostRate
 音频丢包率()
 
int audioPacketsInUploadBuffer
 推流队列中的音频buffer个数
 
int audioReSendBitRate
 音频重传码率(kbps)
 
int audioSampleRate
 设置的音频采样率
 
int audioUploadBitrate
 音频上传码率 单位 : Kbps
 
int audioUploadFps
 当前音频上传FPS 单位 : Frames per Second
 
uint64_t audioVideoPtsDiff
 当前音视频PTS差异
 
uint64_t beforeAdjustAudioPts
 修正前音频帧PTS
 
uint64_t beforeAdjustVideoPts
 修正前视频帧PTS
 
int channel
 设置的音频声道数
 
float CPUHold
 当前推流CPU占比 单位 : %
 
uint64_t currentlyAudioCapturePts
 当前音频采集PTS
 
uint64_t currentlyUploadedAudioFramePts
 当前上传音频帧PTS
 
uint64_t currentlyUploadedVideoFramePts
 当前上传视频帧PTS
 
uint64_t currentlyVideoCapturePts
 当前视频采集PTS
 
uint64_t currentUploadPacketSize
 推流队列当前上传帧大小
 
uint64_t lastAudioPtsInBuffer
 推流队列中最后一帧音频PTS
 
int lastUploadedSendSize
 推流队列最近一次发送包大小
 
int lastUploadedSendTime
 推流队列最近一次发送时间戳
 
uint64_t lastVideoPtsInBuffer
 推流队列中最后一帧视频PTS
 
int latestUploadedAudioBitrate
 推流队列最近一次音频发送码率
 
int latestUploadedVideoBitrate
 推流队列最近一次视频发送码率
 
uint64_t maxSizeOfAudioPacketsInBuffer
 缓冲队列中曾经最大的音频帧size
 
uint64_t maxSizeOfVideoPacketsInBuffer
 缓冲队列中曾经最大的视频帧size
 
float memoryHold
 当前推流内存占比 单位 : %
 
uint64_t previousVideoKeyframePts
 当前最近一次上传的关键帧PTS
 
AlivcLivePushPublishType publishType
 当前推流协议
 
AlivcLiveRTCPushStatsInfortcPushStatsInfo
 直播连麦场景RTC相关的上下行数据
 
int rtt
 网络往返延时(ms)
 
int totalDurationOfDropingAudioFrames
 音频丢帧总数
 
int totalDurationOfDropingVideoFrames
 视频丢帧总数
 
uint64_t totalFramesOfEncodedVideo
 视频编码总帧数
 
uint64_t totalFramesOfUploadedVideo
 视频推流总帧数
 
uint64_t totalSizeOfUploadedPackets
 推流数据总大小
 
uint64_t totalTimeOfEncodedVideo
 视频编码总耗时 单位 : ms
 
uint64_t totalTimeOfUploading
 推流总时长
 
int totalTimesOfDisconnect
 断网总次数
 
int totalTimesOfDropingVideoFrames
 视频丢帧总次数
 
int totalTimesOfReconnect
 重连总次数
 
int videoAvgQp
 每秒平均QP
 
int videoCaptureFps
 视频采集FPS 单位 : Frames per Second
 
uint64_t videoDurationFromCaptureToUpload
 视频从采集到上传耗时 单位 : ms
 
int videoEncodedBitrate
 视频编码码率 单位 :基础模式:Kbps ,互动模式:bps
 
int videoEncodedFps
 视频编码FPS 单位 : Frames per Second
 
int videoEncodeParam
 设置的视频编码码率参数 单位 : Kbps
 
int videoEncoderMode
 设置的视频编码模式 0:硬编 1:软编
 
int videoFramesInEncodeBuffer
 视频编码队列帧数
 
int videoFramesInRenderBuffer
 视频渲染队列帧数
 
int videoGop
 设置的视频GOP大小
 
NSUInteger videoHeight
 视频高度
 
int videoLostRate
 视频丢包率()
 
int videoPacketsInUploadBuffer
 推流队列中的视频buffer个数
 
int videoRenderConsumingTimePerFrame
 平均每帧渲染耗时
 
int videoRenderFps
 视频渲染FPS 单位 : Frames per Second
 
int videoReSendBitRate
 视频重传码率(kbps)
 
int videoUploadBitrate
 视频上传码率 单位 :基础模式:Kbps ,互动模式:bps
 
int videoUploadFps
 当前视频上传FPS 单位 : Frames per Second
 
int videoWidth
 视频宽度
 

Detailed Description

推流性能参数类

Property Documentation

◆ afterAdjustAudioPts

- (uint64_t) afterAdjustAudioPts
readwritenonatomicassign

修正后音频帧PTS

◆ afterAdjustVideoPts

- (uint64_t) afterAdjustVideoPts
readwritenonatomicassign

修正后视频帧PTS

◆ audioCaptureVolume

- (int) audioCaptureVolume
readwritenonatomicassign

音频采集音量

◆ audioDurationFromCaptureToUpload

- (uint64_t) audioDurationFromCaptureToUpload
readwritenonatomicassign

音频从采集到上传耗时 单位 : ms

Time-consuming from audio capture to upload Unit : ms

◆ audioEncodedBitrate

- (int) audioEncodedBitrate
readwritenonatomicassign

音频编码码率 单位 : Kbps

◆ audioEncodedFps

- (int) audioEncodedFps
readwritenonatomicassign

音频编码FPS 单位 : Frames per Second

◆ audioEncoderMode

- (int) audioEncoderMode
readwritenonatomicassign

设置的音频编码模式 0:硬编 1:软编

◆ audioFramesInEncodeBuffer

- (int) audioFramesInEncodeBuffer
readwritenonatomicassign

音频编码队列帧数

◆ audioLostRate

- (int) audioLostRate
readwritenonatomicassign

音频丢包率()

◆ audioPacketsInUploadBuffer

- (int) audioPacketsInUploadBuffer
readwritenonatomicassign

推流队列中的音频buffer个数

◆ audioReSendBitRate

- (int) audioReSendBitRate
readwritenonatomicassign

音频重传码率(kbps)

Audio resend bitrate(kbps)

◆ audioSampleRate

- (int) audioSampleRate
readwritenonatomicassign

设置的音频采样率

◆ audioUploadBitrate

- (int) audioUploadBitrate
readwritenonatomicassign

音频上传码率 单位 : Kbps

◆ audioUploadFps

- (int) audioUploadFps
readwritenonatomicassign

当前音频上传FPS 单位 : Frames per Second

◆ audioVideoPtsDiff

- (uint64_t) audioVideoPtsDiff
readwritenonatomicassign

当前音视频PTS差异

◆ beforeAdjustAudioPts

- (uint64_t) beforeAdjustAudioPts
readwritenonatomicassign

修正前音频帧PTS

◆ beforeAdjustVideoPts

- (uint64_t) beforeAdjustVideoPts
readwritenonatomicassign

修正前视频帧PTS

◆ channel

- (int) channel
readwritenonatomicassign

设置的音频声道数

◆ CPUHold

- (float) CPUHold
readwritenonatomicassign

当前推流CPU占比 单位 : %

◆ currentlyAudioCapturePts

- (uint64_t) currentlyAudioCapturePts
readwritenonatomicassign

当前音频采集PTS

◆ currentlyUploadedAudioFramePts

- (uint64_t) currentlyUploadedAudioFramePts
readwritenonatomicassign

当前上传音频帧PTS

◆ currentlyUploadedVideoFramePts

- (uint64_t) currentlyUploadedVideoFramePts
readwritenonatomicassign

当前上传视频帧PTS

◆ currentlyVideoCapturePts

- (uint64_t) currentlyVideoCapturePts
readwritenonatomicassign

当前视频采集PTS

◆ currentUploadPacketSize

- (uint64_t) currentUploadPacketSize
readwritenonatomicassign

推流队列当前上传帧大小

◆ lastAudioPtsInBuffer

- (uint64_t) lastAudioPtsInBuffer
readwritenonatomicassign

推流队列中最后一帧音频PTS

◆ lastUploadedSendSize

- (int) lastUploadedSendSize
readwritenonatomicassign

推流队列最近一次发送包大小

◆ lastUploadedSendTime

- (int) lastUploadedSendTime
readwritenonatomicassign

推流队列最近一次发送时间戳

◆ lastVideoPtsInBuffer

- (uint64_t) lastVideoPtsInBuffer
readwritenonatomicassign

推流队列中最后一帧视频PTS

◆ latestUploadedAudioBitrate

- (int) latestUploadedAudioBitrate
readwritenonatomicassign

推流队列最近一次音频发送码率

◆ latestUploadedVideoBitrate

- (int) latestUploadedVideoBitrate
readwritenonatomicassign

推流队列最近一次视频发送码率

◆ maxSizeOfAudioPacketsInBuffer

- (uint64_t) maxSizeOfAudioPacketsInBuffer
readwritenonatomicassign

缓冲队列中曾经最大的音频帧size

◆ maxSizeOfVideoPacketsInBuffer

- (uint64_t) maxSizeOfVideoPacketsInBuffer
readwritenonatomicassign

缓冲队列中曾经最大的视频帧size

◆ memoryHold

- (float) memoryHold
readwritenonatomicassign

当前推流内存占比 单位 : %

◆ previousVideoKeyframePts

- (uint64_t) previousVideoKeyframePts
readwritenonatomicassign

当前最近一次上传的关键帧PTS

◆ publishType

- (AlivcLivePushPublishType) publishType
readwritenonatomicassign

当前推流协议

◆ rtcPushStatsInfo

- (AlivcLiveRTCPushStatsInfo*) rtcPushStatsInfo
readwritenonatomicstrong

直播连麦场景RTC相关的上下行数据

◆ rtt

- (int) rtt
readwritenonatomicassign

网络往返延时(ms)

◆ totalDurationOfDropingAudioFrames

- (int) totalDurationOfDropingAudioFrames
readwritenonatomicassign

音频丢帧总数

◆ totalDurationOfDropingVideoFrames

- (int) totalDurationOfDropingVideoFrames
readwritenonatomicassign

视频丢帧总数

◆ totalFramesOfEncodedVideo

- (uint64_t) totalFramesOfEncodedVideo
readwritenonatomicassign

视频编码总帧数

◆ totalFramesOfUploadedVideo

- (uint64_t) totalFramesOfUploadedVideo
readwritenonatomicassign

视频推流总帧数

◆ totalSizeOfUploadedPackets

- (uint64_t) totalSizeOfUploadedPackets
readwritenonatomicassign

推流数据总大小

◆ totalTimeOfEncodedVideo

- (uint64_t) totalTimeOfEncodedVideo
readwritenonatomicassign

视频编码总耗时 单位 : ms

◆ totalTimeOfUploading

- (uint64_t) totalTimeOfUploading
readwritenonatomicassign

推流总时长

◆ totalTimesOfDisconnect

- (int) totalTimesOfDisconnect
readwritenonatomicassign

断网总次数

◆ totalTimesOfDropingVideoFrames

- (int) totalTimesOfDropingVideoFrames
readwritenonatomicassign

视频丢帧总次数

◆ totalTimesOfReconnect

- (int) totalTimesOfReconnect
readwritenonatomicassign

重连总次数

◆ videoAvgQp

- (int) videoAvgQp
readwritenonatomicassign

每秒平均QP

◆ videoCaptureFps

- (int) videoCaptureFps
readwritenonatomicassign

视频采集FPS 单位 : Frames per Second

◆ videoDurationFromCaptureToUpload

- (uint64_t) videoDurationFromCaptureToUpload
readwritenonatomicassign

视频从采集到上传耗时 单位 : ms

◆ videoEncodedBitrate

- (int) videoEncodedBitrate
readwritenonatomicassign

视频编码码率 单位 :基础模式:Kbps ,互动模式:bps

◆ videoEncodedFps

- (int) videoEncodedFps
readwritenonatomicassign

视频编码FPS 单位 : Frames per Second

◆ videoEncodeParam

- (int) videoEncodeParam
readwritenonatomicassign

设置的视频编码码率参数 单位 : Kbps

◆ videoEncoderMode

- (int) videoEncoderMode
readwritenonatomicassign

设置的视频编码模式 0:硬编 1:软编

◆ videoFramesInEncodeBuffer

- (int) videoFramesInEncodeBuffer
readwritenonatomicassign

视频编码队列帧数

◆ videoFramesInRenderBuffer

- (int) videoFramesInRenderBuffer
readwritenonatomicassign

视频渲染队列帧数

◆ videoGop

- (int) videoGop
readwritenonatomicassign

设置的视频GOP大小

◆ videoHeight

- (NSUInteger) videoHeight
readwritenonatomicassign

视频高度

◆ videoLostRate

- (int) videoLostRate
readwritenonatomicassign

视频丢包率()

◆ videoPacketsInUploadBuffer

- (int) videoPacketsInUploadBuffer
readwritenonatomicassign

推流队列中的视频buffer个数

◆ videoRenderConsumingTimePerFrame

- (int) videoRenderConsumingTimePerFrame
readwritenonatomicassign

平均每帧渲染耗时

◆ videoRenderFps

- (int) videoRenderFps
readwritenonatomicassign

视频渲染FPS 单位 : Frames per Second

◆ videoReSendBitRate

- (int) videoReSendBitRate
readwritenonatomicassign

视频重传码率(kbps)

◆ videoUploadBitrate

- (int) videoUploadBitrate
readwritenonatomicassign

视频上传码率 单位 :基础模式:Kbps ,互动模式:bps

◆ videoUploadFps

- (int) videoUploadFps
readwritenonatomicassign

当前视频上传FPS 单位 : Frames per Second

◆ videoWidth

- (int) videoWidth
readwritenonatomicassign

视频宽度


The documentation for this class was generated from the following file: