StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.metrics
/
TrackedMetrics
Tracked
Metrics
data
class
TrackedMetrics
(
val
instant
:
BasicEndpointMetrics
,
val
cumulative
:
BasicEndpointMetrics
)
(
source
)
Represents a pair of instant and cumulative metrics.
Members
Constructors
Tracked
Metrics
Link copied to clipboard
constructor
(
instant
:
BasicEndpointMetrics
,
cumulative
:
BasicEndpointMetrics
)
Properties
cumulative
Link copied to clipboard
val
cumulative
:
BasicEndpointMetrics
instant
Link copied to clipboard
val
instant
:
BasicEndpointMetrics