次の方法で共有


ACSIncomingVideoStatistics クラス

宣言

@interface ACSIncomingVideoStatistics : NSObject;

説明

通話の着信ビデオ メディア統計を表します。

メソッド

プロパティ

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;