| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.stats |
| Modifier and Type | Method and Description |
|---|---|
static MediaStreamStatsImpl.StreamDirection |
MediaStreamStatsImpl.StreamDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaStreamStatsImpl.StreamDirection[] |
MediaStreamStatsImpl.StreamDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamStats2Impl.updateJitter(long ssrc,
MediaStreamStatsImpl.StreamDirection direction,
double jitter)
Notifies this instance of a new value for the RTP jitter of the stream
in a particular direction.
|
Copyright © 2021 jitsi.org. All rights reserved.