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

Inherits SwingWorker< Object, Void >.

Public Member Functions

long getExtractedBytes ()
 

Protected Member Functions

Object doInBackground () throws Exception
 
void done ()
 

Private Attributes

ProgressHandle progress
 
AbstractFile sFile
 
java.io.File jFile
 
String duration
 
String position
 
long extractedBytes
 

Detailed Description

Definition at line 687 of file GstVideoPanel.java.

Member Function Documentation

Object org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.done ( )
protected

Definition at line 731 of file GstVideoPanel.java.

long org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.getExtractedBytes ( )

Member Data Documentation

String org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.duration
private

Definition at line 693 of file GstVideoPanel.java.

long org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.extractedBytes
private

Definition at line 695 of file GstVideoPanel.java.

java.io.File org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.jFile
private

Definition at line 692 of file GstVideoPanel.java.

String org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.position
private

Definition at line 694 of file GstVideoPanel.java.

ProgressHandle org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.progress
private

Definition at line 689 of file GstVideoPanel.java.

AbstractFile org.sleuthkit.autopsy.corecomponents.GstVideoPanel.ExtractMedia.sFile
private

Definition at line 691 of file GstVideoPanel.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.