Autopsy  4.13.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 460 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

Definition at line 497 of file MediaPlayerPanel.java.

Member Data Documentation

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

Definition at line 462 of file MediaPlayerPanel.java.

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

Definition at line 463 of file MediaPlayerPanel.java.

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

Definition at line 464 of file MediaPlayerPanel.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.