Autopsy  4.4
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.corecomponents.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 534 of file FXVideoPanel.java.

Member Function Documentation

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

Definition at line 597 of file FXVideoPanel.java.

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

Definition at line 585 of file FXVideoPanel.java.

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

Get the URI of the media file.

Returns
the URI of the media file.

Definition at line 552 of file FXVideoPanel.java.

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

Definition at line 591 of file FXVideoPanel.java.

Member Data Documentation

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

Definition at line 536 of file FXVideoPanel.java.

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

Definition at line 538 of file FXVideoPanel.java.

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

Definition at line 540 of file FXVideoPanel.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.