Class VideoSource
- java.lang.Object
-
- com.avaya.clientservices.media.gui.NativeObject
-
- com.avaya.clientservices.media.gui.VideoSource
-
- All Implemented Interfaces:
Destroyable
- Direct Known Subclasses:
VideoCaptureSource,VideoDecoder,VideoYUVFileSource
public class VideoSource extends NativeObject
-
-
Constructor Summary
Constructors Constructor Description VideoSource()
-
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.voidsetVideoSink(VideoSink videoSink)
-
-
-
Method Detail
-
setVideoSink
public void setVideoSink(VideoSink videoSink)
-
destroy
public void destroy()
Call this method when finished with the object; which will release the underlying C++ object.- Specified by:
destroyin interfaceDestroyable- Overrides:
destroyin classNativeObject
-
-