Class NativeObject
- java.lang.Object
-
- com.avaya.clientservices.media.gui.NativeObject
-
- All Implemented Interfaces:
Destroyable
- Direct Known Subclasses:
BitmapLayer,VantageCapturer,VideoSink,VideoSource
public abstract class NativeObject extends java.lang.Object implements Destroyable
Base class for all objects that are backed by a native instance of IRefCount.
-
-
Constructor Summary
Constructors Constructor Description NativeObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()Call this method when finished with the object; which will release the underlying C++ object.
-
-
-
Method Detail
-
destroy
public void destroy()
Call this method when finished with the object; which will release the underlying C++ object.- Specified by:
destroyin interfaceDestroyable
-
-