ACSIncomingScreenShareStatistics 类
声明
@interface ACSIncomingScreenShareStatistics : NSObject;
说明
表示呼叫的传入屏幕共享媒体统计信息。
方法
属性
codecName
编解码器名称。
@property (retain, nonnull, readonly) NSString * codecName;
比特率
比特率(以比特/秒为单位)。
@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;
jitterInMs
平均数据包抖动(以毫秒为单位)。
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
packetsPerSecond
数据包速率 (数据包/秒) 。
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
packetsLostPerSecond
数据包丢失率 (数据包/秒) 。
@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;
streamId
用于在有多个具有相同媒体类型/方向的流时区分的标识符
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;
frameRateReceived
RTP 流上接收的帧速率 (帧/秒) 。
@property (nullable, readonly) NSNumber * frameRateReceived NS_REFINED_FOR_SWIFT;
frameWidthReceived
解码帧的帧宽度 (像素) 。
@property (nullable, readonly) NSNumber * frameWidthReceived NS_REFINED_FOR_SWIFT;
frameHeightReceived
解码帧的帧高度 (像素) 。
@property (nullable, readonly) NSNumber * frameHeightReceived NS_REFINED_FOR_SWIFT;
totalFreezeDurationInMs
总冻结持续时间 (毫秒) 。
@property (nullable, readonly) NSNumber * totalFreezeDurationInMs NS_REFINED_FOR_SWIFT;