PlayQosInfo Class Reference

Inherits from NSObject
Declared in PlayQosInfo.h
PlayQosInfo.m

Overview

播放质量数据

  audioCacheSize

音频缓存大小(Bytes)

@property (nonatomic, assign) int audioCacheSize

Discussion

音频缓存大小(Bytes)

Declared In

PlayQosInfo.h

  audioCacheDuration

音频缓存时长 (ms)

@property (nonatomic, assign) int audioCacheDuration

Discussion

音频缓存时长 (ms)

Declared In

PlayQosInfo.h

  audioCachePackets

音频缓存包数

@property (nonatomic, assign) int audioCachePackets

Discussion

音频缓存包数

Declared In

PlayQosInfo.h

  videoCacheSize

视频缓存大小(Bytes)

@property (nonatomic, assign) int videoCacheSize

Discussion

视频缓存大小(Bytes)

Declared In

PlayQosInfo.h

  videoCacheDuration

视频缓存时长 (ms)

@property (nonatomic, assign) int videoCacheDuration

Discussion

视频缓存时长 (ms)

Declared In

PlayQosInfo.h

  videoCachePackets

视频缓存包数

@property (nonatomic, assign) int videoCachePackets

Discussion

视频缓存包数

Declared In

PlayQosInfo.h

  videoDecodeFPS

视频解码帧率

@property (nonatomic, assign) float videoDecodeFPS

Discussion

视频解码帧率

Declared In

PlayQosInfo.h

  videoRefreshFPS

视频渲染帧率

@property (nonatomic, assign) float videoRefreshFPS

Discussion

视频渲染帧率

Declared In

PlayQosInfo.h

  firstFrameTime

首桢时间

@property (nonatomic, assign) int64_t firstFrameTime

Discussion

首桢时间

Declared In

PlayQosInfo.h

  bitrate

数据接收码率

@property (nonatomic, assign) float bitrate

Discussion

数据接收码率

Declared In

PlayQosInfo.h

  rtt

rtt

@property (nonatomic, assign) int64_t rtt

Discussion

rtt

Declared In

PlayQosInfo.h

  lossRate

丢包率

@property (nonatomic, assign) int64_t lossRate

Discussion

丢包率

Declared In

PlayQosInfo.h

  pktLoss

丢包数统计

@property (nonatomic, assign) int64_t pktLoss

Discussion

丢包数统计

Declared In

PlayQosInfo.h

  streamUrl

播放地址

@property (nonatomic, strong) NSString *streamUrl

Discussion

播放地址

Declared In

PlayQosInfo.h

  streamDelayMs

当前延迟时间

@property (nonatomic, assign) int streamDelayMs

Discussion

当前延迟时间

Declared In

PlayQosInfo.h