Package org.gstreamer

Examples of org.gstreamer.MainLoop


         Thread t = new Thread("GST MainLoop Thread")
         {
           @Override
        public void run()
           {
             new MainLoop().run(); // TODO: what do we do with this?
              }
         };
         t.setDaemon(true);
         t.start();
          
View Full Code Here

TOP

Related Classes of org.gstreamer.MainLoop

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.