Package org.gstreamer

Examples of org.gstreamer.ElementFactory$API


   * Example test method
   */

  @Test
  public void simple() {
    _stem_ impl = new _stem_Impl();
   
    impl.say("Hello World");
  }
View Full Code Here


        * Not using ElementFactory.make() here probably prevents the element
        * from being placed in the object reference map and therefore forces
        * type mapper conversion - what we want to test
        */
      
       ElementFactory factory = GstElementFactoryAPI.GSTELEMENTFACTORY_API.gst_element_factory_find("videotestsrc");
       p = GstElementFactoryAPI.GSTELEMENTFACTORY_API.ptr_gst_element_factory_create(factory, "videotestsrc");
   }
           
      GValue v = new GValue();
      api.g_value_init(v, GType.OBJECT);
View Full Code Here

TOP

Related Classes of org.gstreamer.ElementFactory$API

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.