All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.praxislive.ide.video.Bundle Maven / Gradle / Ivy

The newest version!
package org.praxislive.ide.video;
/** Localizable strings for {@link org.praxislive.ide.video}. */
class Bundle {
    /**
     * @return GStreamer Library
     * @see GStreamerWidget
     */
    static String TITLE_GStreamer() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TITLE_GStreamer");
    }
    /**
     * @return The GStreamer library is required for video playback and capture.
     * @see GStreamerWidget
     */
    static String TXT_GStreamer() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TXT_GStreamer");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy