VIVideoStreamLayerStats
Class that represents statistics for outgoing VILocalVideoStream layers. Available via VIOutboundVideoStats.
Props
bytesPerSecond
@property (assign, readonly, nonatomic) NSUInteger
bytesPerSecond
Total number of bytes sent in the last second.
Returns
type:
NSUInteger
bytesSent
@property (assign, readonly, nonatomic) NSUInteger
bytesSent
Total number of bytes sent within the video stream.
Returns
type:
NSUInteger
fps
@property (assign, readonly, nonatomic) NSUInteger
fps
The number of complete frames in the last second
Returns
type:
NSUInteger
frameHeight
@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
@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
@property (assign, readonly, nonatomic) NSUInteger
packetsSent
Total number of packets sent within the video stream.
Returns
type:
NSUInteger
rid
@property (assign, nullable, readonly, nonatomic) NSString *
rid
Idenfifier of the encoding layer.
nil if simulcast is disabled.
Returns
type:
NSString *