public class TeleconferenceDeviceVideoQuality extends TeleconferenceDeviceMediaQuality implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="averageInboundBitRate", alternate="AverageInboundBitRate") @Expose @Nullable public java.lang.Double averageInboundBitRate
@SerializedName(value="averageInboundFrameRate", alternate="AverageInboundFrameRate") @Expose @Nullable public java.lang.Double averageInboundFrameRate
@SerializedName(value="averageOutboundBitRate", alternate="AverageOutboundBitRate") @Expose @Nullable public java.lang.Double averageOutboundBitRate
@SerializedName(value="averageOutboundFrameRate", alternate="AverageOutboundFrameRate") @Expose @Nullable public java.lang.Double averageOutboundFrameRate
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class TeleconferenceDeviceMediaQuality
serializer
- the serializerjson
- the JSON object to set this object to