e.praxiscore-video-gstreamer.6.0.0-beta2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of praxiscore-video-gstreamer Show documentation
Show all versions of praxiscore-video-gstreamer Show documentation
Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.
module org.praxislive.video.gstreamer {
requires java.logging;
requires org.freedesktop.gstreamer;
requires com.sun.jna;
requires com.sun.jna.platform;
requires org.praxislive.core;
requires org.praxislive.code;
requires org.praxislive.video.code;
requires org.praxislive.video;
exports org.praxislive.video.gstreamer;
exports org.praxislive.video.gstreamer.configuration;
opens org.praxislive.video.gstreamer.components;
opens org.praxislive.video.gstreamer.components.resources;
provides org.praxislive.core.services.ComponentFactoryProvider with
org.praxislive.video.gstreamer.components.GStreamerComponents;
provides org.praxislive.code.CodeConnector.Plugin with
org.praxislive.video.gstreamer.components.GStreamerCodePlugin;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy