Class DeviceInfo

java.lang.Object
com.independentsoft.graph.teams.DeviceInfo

public class DeviceInfo extends Object
  • Constructor Details

    • DeviceInfo

      public DeviceInfo()
    • DeviceInfo

      public DeviceInfo(JsonObject jsonObject)
  • Method Details

    • getCaptureDeviceName

      public String getCaptureDeviceName()
    • getCaptureDeviceDriver

      public String getCaptureDeviceDriver()
    • getRenderDeviceName

      public String getRenderDeviceName()
    • getRenderDeviceDriver

      public String getRenderDeviceDriver()
    • getSentSignalLevel

      public float getSentSignalLevel()
    • getReceivedSignalLevel

      public float getReceivedSignalLevel()
    • getMicGlitchRate

      public float getMicGlitchRate()
    • getSpeakerGlitchRate

      public float getSpeakerGlitchRate()
    • getCpuInsufficentEventRatio

      public float getCpuInsufficentEventRatio()
    • getDeviceClippingEventRatio

      public float getDeviceClippingEventRatio()
    • getDeviceGlitchEventRatio

      public float getDeviceGlitchEventRatio()
    • getHowlingEventCount

      public int getHowlingEventCount()
    • getInitialSignalLevelRootMeanSquare

      public float getInitialSignalLevelRootMeanSquare()
    • getLowSpeechLevelEventRatio

      public float getLowSpeechLevelEventRatio()
    • getLowSpeechToNoiseEventRatio

      public float getLowSpeechToNoiseEventRatio()
    • getReceivedNoiseLevel

      public float getReceivedNoiseLevel()
    • getRenderMuteEventRatio

      public float getRenderMuteEventRatio()
    • getRenderNotFunctioningEventRatio

      public float getRenderNotFunctioningEventRatio()
    • getRenderZeroVolumeEventRatio

      public float getRenderZeroVolumeEventRatio()