Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
VideoFrame (Image frame, long timeMillis) | |
Image | getFrame () |
long | getTimeMillis () |
Private Attributes | |
Image | frame |
long | timeMillis |
Definition at line 8 of file VideoFrame.java.
org.sleuthkit.autopsy.corecomponents.VideoFrame.VideoFrame | ( | Image | frame, |
long | timeMillis | ||
) |
Definition at line 13 of file VideoFrame.java.
References org.sleuthkit.autopsy.corecomponents.VideoFrame.frame, and org.sleuthkit.autopsy.corecomponents.VideoFrame.timeMillis.
Image org.sleuthkit.autopsy.corecomponents.VideoFrame.getFrame | ( | ) |
Definition at line 18 of file VideoFrame.java.
References org.sleuthkit.autopsy.corecomponents.VideoFrame.frame.
long org.sleuthkit.autopsy.corecomponents.VideoFrame.getTimeMillis | ( | ) |
Definition at line 22 of file VideoFrame.java.
References org.sleuthkit.autopsy.corecomponents.VideoFrame.timeMillis.
|
private |
Definition at line 10 of file VideoFrame.java.
Referenced by org.sleuthkit.autopsy.corecomponents.VideoFrame.getFrame(), and org.sleuthkit.autopsy.corecomponents.VideoFrame.VideoFrame().
|
private |
Definition at line 11 of file VideoFrame.java.
Referenced by org.sleuthkit.autopsy.corecomponents.VideoFrame.getTimeMillis(), and org.sleuthkit.autopsy.corecomponents.VideoFrame.VideoFrame().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.