Deprecated: Function create_function() is deprecated in /home/bluekitc/public_html/ringwald.ch/libxine-java/pmwiki.php on line 456

Main.Documentation History

Hide minor edits - Show changes to markup


Deprecated: Function create_function() is deprecated in /home/bluekitc/public_html/ringwald.ch/libxine-java/pmwiki.php on line 456
Changed lines 7-8 from:
  • To show a video, xine requires a video output, which implements XineVideoView. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows and a standalone XineAWTFrame.
to:
  • To show a video, xine requires a video output, which implements XineVideoView. For this, libxine-java provides XineAWTCanvas/XineSwingCanvas for use in AWT/Swing windows, a standalone XineAWTFrame, and XineSWTCanvas for SWT windows.
August 08, 2008, at 05:46 PM by 129.132.130.194 -
Changed lines 4-5 from:
  • The path to the installed native libraries (JNI) is inserted into org.libxine.XineJNIPath.java by the Makefile based on the libtool output. By this, it is not necessary to change LD_LIBRARY_PATH (respectively DYLD_LIBRARY_PATH on Mac OS X) or set the java.library.path property.
  • libxine.jar is installed into a system java directory. This is /Library/Java/Extensions/ on Mac OS X and java.home/lib/ext on Linux systems. By this, the classpath does not need to configured for the use of libxine-java.
to:
  • The absolute path to the installed native libraries (JNI) is inserted into org.libxine.XineJNIPath.java by configure. By this, it is not necessary to change LD_LIBRARY_PATH (respectively DYLD_LIBRARY_PATH on Mac OS X) or set the java.library.path property.
  • libxine.jar is installed into a system Java directory. This is /Library/Java/Extensions/ on Mac OS X and java.home/lib/ext on Linux systems. By this, the classpath does not need to configured for the use of libxine-java.
August 08, 2008, at 05:44 PM by 129.132.130.194 -
Changed lines 7-8 from:
  • To show a video, xine requires a video output. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows.
to:
  • To show a video, xine requires a video output, which implements XineVideoView. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows and a standalone XineAWTFrame.
July 22, 2008, at 08:35 PM by 80.218.230.83 -
Changed lines 1-2 from:

Documentation

to:

Unsorted Notes

Changed lines 7-9 from:
  • To show a video, xine requires a video output. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows.
to:
  • To show a video, xine requires a video output. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows.

http://libxine-java.ringwald.ch/img/libxine-java-arch.png | libxine-java architecture

June 06, 2008, at 06:45 PM by 129.132.130.194 -
Added line 2:
Changed lines 4-6 from:
  • The path to the installed native libraries (JNI) is inserted into org.libxine.XineJNIPath.java by the Makefile based on libtool output. By this, it is not necessary to change LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on Mac OS X) or set java.library.path
  • The libxine.jar is installed into a system java directory. This /Library/Java/Extensions/ on Mac OS X and java.home/lib/ext on linux systems. By this, the classpath does not need to configured.
  • The class XineController handles the low level xine initialization and provides a simple video player interface. Non-supported xine function can still be called directly. For this, XineController.getNativeStreamAll() returns the native stream required for most xine lib calls.
to:
  • The path to the installed native libraries (JNI) is inserted into org.libxine.XineJNIPath.java by the Makefile based on the libtool output. By this, it is not necessary to change LD_LIBRARY_PATH (respectively DYLD_LIBRARY_PATH on Mac OS X) or set the java.library.path property.
  • libxine.jar is installed into a system java directory. This is /Library/Java/Extensions/ on Mac OS X and java.home/lib/ext on Linux systems. By this, the classpath does not need to configured for the use of libxine-java.
  • The class XineController handles the low-level xine initialization and provides a simple video player interface. Non-supported xine functions can still be called directly by means of the generated SWIG binding. The native xine streame required for most xine lib calls can be obtained from XineController.getNativeStreamAll().
Added lines 1-6:

Documentation

  • libxine-java uses SWIG to provide direct access to the complete native xine library.
  • The path to the installed native libraries (JNI) is inserted into org.libxine.XineJNIPath.java by the Makefile based on libtool output. By this, it is not necessary to change LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on Mac OS X) or set java.library.path
  • The libxine.jar is installed into a system java directory. This /Library/Java/Extensions/ on Mac OS X and java.home/lib/ext on linux systems. By this, the classpath does not need to configured.
  • The class XineController handles the low level xine initialization and provides a simple video player interface. Non-supported xine function can still be called directly. For this, XineController.getNativeStreamAll() returns the native stream required for most xine lib calls.
  • To show a video, xine requires a video output. For this, libxine-java provides XineAWTCanvas and XineSwingCanvas for use in AWT/Swing windows.