Class GStreamerSettings
- java.lang.Object
-
- org.praxislive.video.gstreamer.configuration.GStreamerSettings
-
public class GStreamerSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description GStreamerSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCaptureDevice(int idx)static StringgetDefaultCaptureDevice(int idx)static StringgetDefaultLibraryPath()static StringgetLibraryPath()static voidresetCaptureDevice(int idx)static voidresetLibraryPath()static voidsetCaptureDevice(int idx, String device)static voidsetLibraryPath(String libPath)
-
-
-
Method Detail
-
getDefaultCaptureDevice
public static String getDefaultCaptureDevice(int idx)
-
resetCaptureDevice
public static void resetCaptureDevice(int idx)
-
getCaptureDevice
public static String getCaptureDevice(int idx)
-
setCaptureDevice
public static void setCaptureDevice(int idx, String device)
-
getDefaultLibraryPath
public static String getDefaultLibraryPath()
-
resetLibraryPath
public static void resetLibraryPath()
-
getLibraryPath
public static String getLibraryPath()
-
setLibraryPath
public static void setLibraryPath(String libPath)
-
-