Class QualityCheckEngine

java.lang.Object
net.idrnd.voicesdk.common.VoiceSdkNativePeer
net.idrnd.voicesdk.media.QualityCheckEngine
All Implemented Interfaces:
AutoCloseable

public class QualityCheckEngine extends VoiceSdkNativePeer
Performs audio quality check.

This class serves as gateway to native Voice SDK implementation and allocates resources on native heap. To release the allocated memory, AutoCloseable.close() method should be invoked when the instance is no longer needed.

Any method that delegates to native call may throw VoiceSdkEngineException