Compartilhar via


Classe ACSIncomingVideoStatistics

Declaração

@interface ACSIncomingVideoStatistics : NSObject;

Description

Representa as estatísticas de mídia de vídeo de entrada para uma chamada.

Methods

Propriedades

codecName

Nome do codec.

@property (retain, nonnull, readonly) NSString * codecName;

taxa de bits

Taxa de bits em bits por segundo.

@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;

jitterInMs

Tremulação média de pacotes em milissegundos.

@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;

pacotesPerSecond

Taxa de pacotes (pacotes/s).

@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;

pacotesLostPerSecond

Taxa de perda de pacotes (pacotes/segundo).

@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;

Id do fluxo

Identificador usado para distinguir quando há vários fluxos com o mesmo tipo/direção de mídia.

@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;

frameRateRecebido

Taxa de quadros recebida no fluxo RTP (quadros/s).

@property (nullable, readonly) NSNumber * frameRateReceived NS_REFINED_FOR_SWIFT;

frameWidthReceived

Largura do quadro decodificado (pixels).

@property (nullable, readonly) NSNumber * frameWidthReceived NS_REFINED_FOR_SWIFT;

frameHeightReceived

Altura do quadro decodificado (pixels).

@property (nullable, readonly) NSNumber * frameHeightReceived NS_REFINED_FOR_SWIFT;

totalFreezeDurationInMs

Duração total do congelamento (milissegundos).

@property (nullable, readonly) NSNumber * totalFreezeDurationInMs NS_REFINED_FOR_SWIFT;