Classe ACSIncomingAudioStatistics
Dichiarazione
@interface ACSIncomingAudioStatistics : NSObject;
Descrizione
Rappresenta le statistiche multimediali audio in ingresso per una chiamata.
Metodi
Proprietà
codecName
Nome codec.
@property (retain, nonnull, readonly) NSString * codecName;
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;