Class VideoSource

    • Constructor Summary

      Constructors 
      Constructor Description
      VideoSource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()
      Call this method when finished with the object; which will release the underlying C++ object.
      void setVideoSink​(VideoSink videoSink)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoSource

        public VideoSource()
    • 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:
        destroy in interface Destroyable
        Overrides:
        destroy in class NativeObject