Package com.banuba.sdk.player
Class VerifyCloseable
- java.lang.Object
-
- com.banuba.sdk.player.VerifyCloseable
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
CameraDevice
,FrameOutput
,Player
,VideoFileRecorder
,ViewOutput
public abstract class VerifyCloseable extends java.lang.Object implements java.io.Closeable
Helps detect unclosed resources that can lead to memory leaks and instability
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VerifyCloseable(java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
finalize()
-