iOS/macOS(Objective-C)[v1.7.5.0]
属性 | 所有成员列表
PanoRtcVideoSendStats类 参考

视频发送统计类。 更多...

#import <PanoObjects.h>

类 PanoRtcVideoSendStats 继承关系图:

属性

SInt32 streamId
 视频流标识。
 
SInt64 bytesSent
 视频发送字节数。 更多...
 
SInt64 sendBitrate
 视频发送比特率。单位:比特每秒。 更多...
 
SInt64 packetsLost
 视频发送丢包数。 更多...
 
Float32 lossRatio
 视频发送丢包率。 更多...
 
SInt32 width
 视频发送分辨率的宽度值。 更多...
 
SInt32 height
 视频发送分辨率的高度值。 更多...
 
SInt32 framerate
 视频发送帧率。 更多...
 
SInt32 plisReceived
 视频发送期间接收到的PLI包数。 更多...
 
SInt64 rtt
 视频往返时延。 更多...
 
PanoVideoCodecType codecType
 视频编码器类型。 更多...
 

详细描述

视频发送统计类。

属性说明

◆ bytesSent

- (SInt64) bytesSent
readwritenonatomicassign

视频发送字节数。

此属性是视频开启之后的累计字节。

◆ codecType

- (PanoVideoCodecType) codecType
readwritenonatomicassign

视频编码器类型。

此属性是在视频发送期间是个动态值。

◆ framerate

- (SInt32) framerate
readwritenonatomicassign

视频发送帧率。

此属性是在视频发送期间是个动态值。

◆ height

- (SInt32) height
readwritenonatomicassign

视频发送分辨率的高度值。

此属性是在视频发送期间是个动态值。

◆ lossRatio

- (Float32) lossRatio
readwritenonatomicassign

视频发送丢包率。

此属性是回调统计时的瞬时比率。

◆ packetsLost

- (SInt64) packetsLost
readwritenonatomicassign

视频发送丢包数。

此属性是视频开启之后的累计包数。

◆ plisReceived

- (SInt32) plisReceived
readwritenonatomicassign

视频发送期间接收到的PLI包数。

此属性是视频开启之后的累计包数。

◆ rtt

- (SInt64) rtt
readwritenonatomicassign

视频往返时延。

此属性是回调统计时的最近往返时延值。

◆ sendBitrate

- (SInt64) sendBitrate
readwritenonatomicassign

视频发送比特率。单位:比特每秒。

此属性是回调统计时的瞬时比特率。

◆ width

- (SInt32) width
readwritenonatomicassign

视频发送分辨率的宽度值。

此属性是在视频发送期间是个动态值。


该类的文档由以下文件生成: