Autopsy  4.10.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< Long, Void >.

Protected Member Functions

Long doInBackground () throws Exception
 
void done ()
 

Private Attributes

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

Detailed Description

Thread that extracts and plays a file

Definition at line 562 of file MediaPlayerPanel.java.

Member Function Documentation

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

Definition at line 594 of file MediaPlayerPanel.java.

Member Data Documentation

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

Definition at line 564 of file MediaPlayerPanel.java.

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

Definition at line 565 of file MediaPlayerPanel.java.

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

Definition at line 566 of file MediaPlayerPanel.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.