Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
enum | GstStatus |
Static Public Member Functions | |
static synchronized GstStatus | tryLoad () |
Private Member Functions | |
GstLoader () | |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(GstLoader.class.getName()) |
static GstStatus | status |
A utility class that loads the gstreamer bindings.
Definition at line 29 of file GstLoader.java.
|
private |
Definition at line 71 of file GstLoader.java.
|
static |
Attempts to load the gstreamer bindings. Only one attempt will be performed per Autopsy process. Clients should not attempt to interact with the gstreamer bindings unless the load was successful.
Definition at line 41 of file GstLoader.java.
References org.sleuthkit.autopsy.contentviewers.utils.GstLoader.GstStatus.FAILURE, org.sleuthkit.autopsy.contentviewers.utils.GstLoader.status, and org.sleuthkit.autopsy.contentviewers.utils.GstLoader.GstStatus.SUCCESS.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.done().
|
staticprivate |
Definition at line 31 of file GstLoader.java.
|
staticprivate |
Definition at line 32 of file GstLoader.java.
Referenced by org.sleuthkit.autopsy.contentviewers.utils.GstLoader.tryLoad().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.