|
Autopsy
4.22.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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.