Compartir a través de


ACSOutgoingScreenShareStatistics (clase)

Declaración

@interface ACSOutgoingScreenShareStatistics : NSObject;

Descripción

Representa el recurso compartido de pantalla saliente Estadísticas multimedia de una llamada.

Métodos

Propiedades

codecName

Nombre del códec.

@property (retain, nonnull, readonly) NSString * codecName;

bitrate

Velocidad de bits en bits por segundo.

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

packetsPerSecond

Velocidad de paquetes (paquetes/s).

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

roundTripTimeInMs

Round-Trip tiempo (milisegundos). Un valor bajo es mejor. Se calcula a partir del informe del receptor RTCP. Se recomienda un tiempo de ida y vuelta máximo de 200 ms.

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

availableBitrate

Estimación de ancho de banda (bps).

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

streamId

Identificador que se usa para distinguir cuándo hay varias secuencias con el mismo tipo o dirección de medios.

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

frameRateSent

Velocidad de fotogramas enviada en la secuencia RTP (fotogramas por segundo).

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

frameWidthSent

Ancho de marco del marco codificado (píxel).

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

frameHeightSent

Alto del marco codificado (píxel).

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