AlivcLivePusher  v4.5.1
Aliyun Live Pusher API Reference Manual for iOS Platforms
AlivcLivePushStatsInfo Class Reference

推流性能参数类 More...

Inheritance diagram for AlivcLivePushStatsInfo:

Properties

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

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

◆ 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)

◆ 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

当前推流协议

◆ 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

重连总次数

◆ videoCaptureFps

- (int) videoCaptureFps
readwritenonatomicassign

视频采集FPS 单位 : Frames per Second

◆ videoDurationFromCaptureToUpload

- (uint64_t) videoDurationFromCaptureToUpload
readwritenonatomicassign

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

◆ videoEncodedBitrate

- (int) videoEncodedBitrate
readwritenonatomicassign

视频编码码率 单位 : Kbps

◆ 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

◆ videoUploadFps

- (int) videoUploadFps
readwritenonatomicassign

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

◆ videoWidth

- (int) videoWidth
readwritenonatomicassign

视频宽度


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