Classe ACSIncomingScreenShareStatistics
Dichiarazione
@interface ACSIncomingScreenShareStatistics : NSObject;
Descrizione
Rappresenta la condivisione dello schermo in ingresso Statistiche multimediali per una chiamata.
Metodi
Proprietà
codecName
Nome codec.
@property (retain, nonnull, readonly) NSString * codecName;
bitrate
Velocità in bit in bit al secondo.
@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;
jitterInMs
Instabilità media dei pacchetti in millisecondi.
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
packetsPerSecond
Frequenza pacchetti (pacchetti/s).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
packetsLostPerSecond
Frequenza di perdita di pacchetti (pacchetti al secondo).
@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;
streamId
Identificatore usato per distinguere quando sono presenti più flussi con lo stesso tipo di supporto/direzione
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;
frameRateReceived
Frequenza dei fotogrammi ricevuta nel flusso RTP (frame/sec).
@property (nullable, readonly) NSNumber * frameRateReceived NS_REFINED_FOR_SWIFT;
frameWidthReceived
Larghezza del frame decodificato (pixel).
@property (nullable, readonly) NSNumber * frameWidthReceived NS_REFINED_FOR_SWIFT;
frameHeightReceived
Altezza del frame decodificato (pixel).
@property (nullable, readonly) NSNumber * frameHeightReceived NS_REFINED_FOR_SWIFT;
totalFreezeDurationInMs
Durata totale blocco (millisecondi).
@property (nullable, readonly) NSNumber * totalFreezeDurationInMs NS_REFINED_FOR_SWIFT;