InboundVideoStreamStats

@Serializable
data class InboundVideoStreamStats(val framesDecoded: Double?, val keyFramesDecoded: Double?, val framesReceived: Double?, val decoderImplementation: String?, val frameHeight: Double?, val frameWidth: Double?, val droppedFrames: Double?, val frameRateMean: Double?, val framesDropped: Double?, val framesPerSecond: Double?, val firCount: Double?, val bytesReceived: Double?, val packetsReceived: Double?, val packetsLost: Double?, val jitter: Double?, val nackCount: Double?)

Constructors

Link copied to clipboard
constructor(framesDecoded: Double?, keyFramesDecoded: Double?, framesReceived: Double?, decoderImplementation: String?, frameHeight: Double?, frameWidth: Double?, droppedFrames: Double?, frameRateMean: Double?, framesDropped: Double?, framesPerSecond: Double?, firCount: Double?, bytesReceived: Double?, packetsReceived: Double?, packetsLost: Double?, jitter: Double?, nackCount: Double?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard