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

Inherits Task< Long >.

Public Member Functions

String getMediaUri ()
 

Protected Member Functions

Long call () throws Exception
 
void cancelled ()
 
void failed ()
 
void succeeded ()
 

Private Member Functions

void onDone ()
 

Private Attributes

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

Detailed Description

Thread that extracts Media from a Sleuthkit file representation to a Java file representation that the Media Player can take as input.

Definition at line 543 of file FXVideoPanel.java.

Member Function Documentation

Long org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.call ( ) throws Exception
protected
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.cancelled ( )
protected

Definition at line 606 of file FXVideoPanel.java.

void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.failed ( )
protected

Definition at line 594 of file FXVideoPanel.java.

String org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.getMediaUri ( )

Get the URI of the media file.

Returns
the URI of the media file.

Definition at line 561 of file FXVideoPanel.java.

void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.onDone ( )
private
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.succeeded ( )
protected

Definition at line 600 of file FXVideoPanel.java.

Member Data Documentation

ProgressHandle org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.progress
private

Definition at line 545 of file FXVideoPanel.java.

final AbstractFile org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.ExtractMedia.sourceFile
private

Definition at line 547 of file FXVideoPanel.java.

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

Definition at line 549 of file FXVideoPanel.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.