Class MediaDiagnosticValues
- Object
-
- MediaDiagnosticValues
-
public final class MediaDiagnosticValues extends ObjectRepresents an object where all the latest diagnostics values for media diagnostic.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.DategetLastUpdatedAt()Last updated time of any diagnostic property.BooleanisCameraFrozen()Get value for `CAMERA_FREEZE` if available.BooleanisCameraPermissionDenied()Get value for `CAMERA_PERMISSION_DENIED` if available.BooleanisCameraStartFailed()Get value for `CAMERA_START_FAILED` if available.BooleanisCameraStartTimedOut()Get value for `CAMERA_START_TIMED_OUT` if available.BooleanisMicrophoneBusy()Get value for `MICROPHONE_NOT_FUNCTIONING_DEVICE_IN_USE` if available.BooleanisMicrophoneMutedUnexpectedly()Get value for `MICROPHONE_MUTED_UNEXPECTEDLY` if available.BooleanisMicrophoneNotFunctioning()Get value for `MICROPHONE_NOT_FUNCTIONING` if available.BooleanisNoMicrophoneDevicesAvailable()Get value for `NO_MICROPHONE_DEVICES_ENUMERATED` if available.BooleanisNoSpeakerDevicesAvailable()Get value for `NO_SPEAKER_DEVICES_ENUMERATED` if available.BooleanisSpeakerBusy()Get value for `SPEAKER_NOT_FUNCTIONING` if available.BooleanisSpeakerMuted()Get value for `SPEAKER_MUTED` if available.BooleanisSpeakerNotFunctioning()Get value for `SPEAKER_NOT_FUNCTIONING` if available.BooleanisSpeakerVolumeZero()Get value for `SPEAKER_VOLUME_IS_ZERO` if available.BooleanisSpeakingWhileMicrophoneIsMuted()Get value for `SPEAKING_WHILE_MICROPHONE_IS_MUTED` if available.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getLastUpdatedAt
public Date getLastUpdatedAt()
Last updated time of any diagnostic property.
-
isSpeakerNotFunctioning
public Boolean isSpeakerNotFunctioning()
Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.
-
isSpeakerBusy
public Boolean isSpeakerBusy()
Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.
-
isSpeakerMuted
public Boolean isSpeakerMuted()
Get value for `SPEAKER_MUTED` if available. Otherwise `null` is returned.
-
isSpeakerVolumeZero
public Boolean isSpeakerVolumeZero()
Get value for `SPEAKER_VOLUME_IS_ZERO` if available. Otherwise `null` is returned.
-
isNoSpeakerDevicesAvailable
public Boolean isNoSpeakerDevicesAvailable()
Get value for `NO_SPEAKER_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.
-
isSpeakingWhileMicrophoneIsMuted
public Boolean isSpeakingWhileMicrophoneIsMuted()
Get value for `SPEAKING_WHILE_MICROPHONE_IS_MUTED` if available. Otherwise `null` is returned.
-
isNoMicrophoneDevicesAvailable
public Boolean isNoMicrophoneDevicesAvailable()
Get value for `NO_MICROPHONE_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.
-
isMicrophoneBusy
public Boolean isMicrophoneBusy()
Get value for `MICROPHONE_NOT_FUNCTIONING_DEVICE_IN_USE` if available. Otherwise `null` is returned.
-
isCameraFrozen
public Boolean isCameraFrozen()
Get value for `CAMERA_FREEZE` if available. Otherwise `null` is returned.
-
isCameraStartFailed
public Boolean isCameraStartFailed()
Get value for `CAMERA_START_FAILED` if available. Otherwise `null` is returned.
-
isCameraStartTimedOut
public Boolean isCameraStartTimedOut()
Get value for `CAMERA_START_TIMED_OUT` if available. Otherwise `null` is returned.
-
isMicrophoneNotFunctioning
public Boolean isMicrophoneNotFunctioning()
Get value for `MICROPHONE_NOT_FUNCTIONING` if available. Otherwise `null` is returned.
-
isMicrophoneMutedUnexpectedly
public Boolean isMicrophoneMutedUnexpectedly()
Get value for `MICROPHONE_MUTED_UNEXPECTEDLY` if available. Otherwise `null` is returned.
-
isCameraPermissionDenied
public Boolean isCameraPermissionDenied()
Get value for `CAMERA_PERMISSION_DENIED` if available. Otherwise `null` is returned.
-
-