toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
Metrics
/
HistogramInfo
Histogram
Info
open
class
HistogramInfo
Class holding histogram information.
Members
Constructors
Histogram
Info
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
,
bucketCount
:
Int
)
Properties
bucket
Count
Link copied to clipboard
val
bucketCount
:
Int
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int
samples
Link copied to clipboard
val
samples
:
Map
<
Integer
,
Integer
>
Functions
add
Sample
Link copied to clipboard
open
fun
addSample
(
value
:
Int
,
numEvents
:
Int
)