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 String
getCaptureDevice(int idx)
static String
getDefaultCaptureDevice(int idx)
static String
getDefaultLibraryPath()
static String
getLibraryPath()
static void
resetCaptureDevice(int idx)
static void
resetLibraryPath()
static void
setCaptureDevice(int idx, String device)
static void
setLibraryPath(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)
-
-