Package live.hms.video.sdk
Class PublishConnection
-
- All Implemented Interfaces:
public final class PublishConnection
-
-
Field Summary
Fields Modifier and Type Field Description private LongbytesSentprivate List<Double>availableOutgoingBitratesprivate LongpacketsSentprivate LongpacketLoss
-
Method Summary
Modifier and Type Method Description final LonggetBytesSent()final UnitsetBytesSent(Long bytesSent)final List<Double>getAvailableOutgoingBitrates()final UnitsetAvailableOutgoingBitrates(List<Double> availableOutgoingBitrates)final LonggetPacketsSent()final UnitsetPacketsSent(Long packetsSent)final LonggetPacketLoss()final UnitsetPacketLoss(Long packetLoss)-
-
Method Detail
-
getBytesSent
final Long getBytesSent()
-
setBytesSent
final Unit setBytesSent(Long bytesSent)
-
getAvailableOutgoingBitrates
final List<Double> getAvailableOutgoingBitrates()
-
setAvailableOutgoingBitrates
final Unit setAvailableOutgoingBitrates(List<Double> availableOutgoingBitrates)
-
getPacketsSent
final Long getPacketsSent()
-
setPacketsSent
final Unit setPacketsSent(Long packetsSent)
-
getPacketLoss
final Long getPacketLoss()
-
setPacketLoss
final Unit setPacketLoss(Long packetLoss)
-
-
-
-