Rate this page:

VIVideoStreamLayerStats

Class that represents statistics for outbound VILocalVideoStream layers. Available via VIOutboundVideoStats.

Props

bytesPerSecond

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

bytesPerSecond

Total number of bytes sent in the last second.

Returns

  • type:

    NSUInteger

bytesSent

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

bytesSent

Total number of bytes sent within the video stream.

Returns

  • type:

    NSUInteger

fps

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

fps

The number of complete frames in the last second

Returns

  • type:

    NSUInteger

frameHeight

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

frameHeight

Video frame height sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    NSUInteger

frameWidth

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

frameWidth

Video frame width sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    NSUInteger

packetsSent

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

packetsSent

Total number of packets sent within the video stream.

Returns

  • type:

    NSUInteger

rid

Copy URL
@property (assign, nullable, readonly, nonatomic) 

NSString *

rid

The idenfifier of the encoding layer.

nil if simulcast is disabled.

Returns

  • type:

    NSString *