public class TeleconferenceDeviceVideoQuality extends TeleconferenceDeviceMediaQuality implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Double |
averageInboundBitRate
The Average Inbound Bit Rate.
|
java.lang.Double |
averageInboundFrameRate
The Average Inbound Frame Rate.
|
java.lang.Double |
averageOutboundBitRate
The Average Outbound Bit Rate.
|
java.lang.Double |
averageOutboundFrameRate
The Average Outbound Frame Rate.
|
averageInboundJitter, averageInboundPacketLossRateInPercentage, averageInboundRoundTripDelay, averageOutboundJitter, averageOutboundPacketLossRateInPercentage, averageOutboundRoundTripDelay, channelIndex, inboundPackets, localIPAddress, localPort, maximumInboundJitter, maximumInboundPacketLossRateInPercentage, maximumInboundRoundTripDelay, maximumOutboundJitter, maximumOutboundPacketLossRateInPercentage, maximumOutboundRoundTripDelay, mediaDuration, networkLinkSpeedInBytes, oDataType, outboundPackets, remoteIPAddress, remotePort
Constructor and Description |
---|
TeleconferenceDeviceVideoQuality() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="averageInboundFrameRate") @Expose public java.lang.Double averageInboundFrameRate
@SerializedName(value="averageOutboundFrameRate") @Expose public java.lang.Double averageOutboundFrameRate
@SerializedName(value="averageInboundBitRate") @Expose public java.lang.Double averageInboundBitRate
@SerializedName(value="averageOutboundBitRate") @Expose public java.lang.Double averageOutboundBitRate
public com.google.gson.JsonObject getRawObject()
getRawObject
in class TeleconferenceDeviceMediaQuality
protected ISerializer getSerializer()
getSerializer
in class TeleconferenceDeviceMediaQuality
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class TeleconferenceDeviceMediaQuality
serializer
- the serializerjson
- the JSON object to set this object to