ACSIncomingVideoStatistics 類別
宣告
@interface ACSIncomingVideoStatistics : NSObject;
Description
代表通話的傳入視訊媒體統計數據。
方法
屬性
codecName
編解碼器名稱。
@property (retain, nonnull, readonly) NSString * codecName;
bitrate
每秒比特率。
@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;