Package com.microsoft.graph.models
Class TeleconferenceDeviceVideoQuality
java.lang.Object
com.microsoft.graph.models.TeleconferenceDeviceMediaQuality
com.microsoft.graph.models.TeleconferenceDeviceVideoQuality
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
TeleconferenceDeviceScreenSharingQuality
public class TeleconferenceDeviceVideoQuality
extends TeleconferenceDeviceMediaQuality
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teleconference Device Video Quality.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Average Inbound Bit Rate.The Average Inbound Frame Rate.The Average Outbound Bit Rate.The Average Outbound Frame Rate.Fields inherited from class com.microsoft.graph.models.TeleconferenceDeviceMediaQuality
averageInboundJitter, averageInboundPacketLossRateInPercentage, averageInboundRoundTripDelay, averageOutboundJitter, averageOutboundPacketLossRateInPercentage, averageOutboundRoundTripDelay, channelIndex, inboundPackets, localIPAddress, localPort, maximumInboundJitter, maximumInboundPacketLossRateInPercentage, maximumInboundRoundTripDelay, maximumOutboundJitter, maximumOutboundPacketLossRateInPercentage, maximumOutboundRoundTripDelay, mediaDuration, networkLinkSpeedInBytes, oDataType, outboundPackets, remoteIPAddress, remotePort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.TeleconferenceDeviceMediaQuality
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
averageInboundBitRate
@SerializedName(value="averageInboundBitRate", alternate="AverageInboundBitRate") @Expose @Nullable public Double averageInboundBitRateThe Average Inbound Bit Rate. The average inbound stream video bit rate per second. -
averageInboundFrameRate
@SerializedName(value="averageInboundFrameRate", alternate="AverageInboundFrameRate") @Expose @Nullable public Double averageInboundFrameRateThe Average Inbound Frame Rate. The average inbound stream video frame rate per second. -
averageOutboundBitRate
@SerializedName(value="averageOutboundBitRate", alternate="AverageOutboundBitRate") @Expose @Nullable public Double averageOutboundBitRateThe Average Outbound Bit Rate. The average outbound stream video bit rate per second. -
averageOutboundFrameRate
@SerializedName(value="averageOutboundFrameRate", alternate="AverageOutboundFrameRate") @Expose @Nullable public Double averageOutboundFrameRateThe Average Outbound Frame Rate. The average outbound stream video frame rate per second.
-
-
Constructor Details
-
TeleconferenceDeviceVideoQuality
public TeleconferenceDeviceVideoQuality()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classTeleconferenceDeviceMediaQuality- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-