Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia Class Reference

Inherits SwingWorker< Void, Void >.

Protected Member Functions

Void doInBackground () throws Exception
 
void done ()
 

Private Attributes

ProgressHandle progress
 
final AbstractFile sourceFile
 
final java.io.File tempFile
 

Detailed Description

Thread that extracts a file and initializes all of the playback components.

Definition at line 512 of file MediaPlayerPanel.java.

Member Function Documentation

Void org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.done ( )
protected

Member Data Documentation

ProgressHandle org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.progress
private

Definition at line 514 of file MediaPlayerPanel.java.

final AbstractFile org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.sourceFile
private

Definition at line 515 of file MediaPlayerPanel.java.

final java.io.File org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.ExtractMedia.tempFile
private

Definition at line 516 of file MediaPlayerPanel.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.