AgoraMediaPlayerPlaybackStats
当前播放的媒体资源的相关信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraMediaPlayerPlaybackStats : NSObject
@property(assign, nonatomic) NSInteger videoFps;
@property(assign, nonatomic) NSInteger videoBitrateInKbps;
@property(assign, nonatomic) NSInteger audioBitrateInKbps;
@property(assign, nonatomic) NSInteger totalBitrateInKbps;
@end
自从
v4.3.0
videoFps
视频帧率,单位为 fps。
videoBitrateInKbps
视频码率,单位为 kbps。
audioBitrateInKbps
音频码率,单位为 kbps。
totalBitrateInKbps
媒体流的总码率,单位为 kbps。