AVDLivecast.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesProtocolsMethodsonStreamlast3Stats:avbps:- (void) onStreamlast3Stats:(NSUInteger)videofps avbps:(NSUInteger)avbps; Discussion间隔 3s 调用该回调方法来反馈该 3s 内的流状态,包括视频帧率、音视频总码率 @param[in] videofps 视频帧率。 @param[in] avbps 音视频总码率: kbps。 Enumerated TypesAVDLivecastStatusenum AVDLivecastStatus { lc_init, lc_connecting, lc_ready, lc_livecast, lc_reconnecting, }; Constants
Discussion客户端直播状态定义 状态迁移图: |