ACSOutgoingAudioStatistics, klasa
Deklaracji
@interface ACSOutgoingAudioStatistics : NSObject;
Opis
Metody
Właściwości
codecName
Nazwa kodera
@property (retain, nonnull, readonly) NSString * codecName;
Bitrate
Szybkość transmisji bitów w bitach na sekundę.
@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;
jitterInMs
Średnia zakłócenia pakietów w milisekundach.
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
packetsPerSecond
Częstotliwość pakietów (pakiety/s).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
roundTripTimeInMs
Round-Trip czas (milisekundy). Niższa jest lepsza. Jest obliczana na podstawie raportu odbiornika RTCP. Zalecany jest czas rundy 200 ms lub mniej.
@property (nullable, readonly) NSNumber * roundTripTimeInMs NS_REFINED_FOR_SWIFT;
availableBitrate
Szacowanie przepustowości (bps).
@property (nullable, readonly) NSNumber * availableBitrate NS_REFINED_FOR_SWIFT;
streamId
Identyfikator używany do odróżnienia, gdy istnieje wiele strumieni o tym samym typie/kierunku nośnika.
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;