Condividi tramite


Classe ACSOutgoingAudioStatistics

Dichiarazione

@interface ACSOutgoingAudioStatistics : NSObject;

Descrizione

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;

roundTripTimeInMs

Round-Trip Tempo (millisecondi). È preferibile un valore basso. Viene calcolato dal rapporto del ricevitore RTCP. È consigliabile un tempo di round trip di 200 ms o inferiore.

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

availableBitrate

Stima della larghezza di banda (bps).

@property (nullable, readonly) NSNumber * availableBitrate 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;