Classe ACSIncomingScreenShareStatistics
Declaração
@interface ACSIncomingScreenShareStatistics : NSObject;
Descrição
Representa o compartilhamento de tela de entrada Estatísticas de Mídia para uma chamada.
Métodos
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;
packetsPerSecond
Taxa de pacotes (pacotes/s).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
packetsLostPerSecond
Taxa de Perda de Pacotes (pacotes/segundo).
@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;
streamId
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;
frameRateReceived
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;