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

Inherits Listener.

Public Member Functions

 FrameCaptureRGBListener (Object waiter)
 
void rgbFrame (boolean bln, int w, int h, IntBuffer rgbPixels)
 
Image getImage ()
 

Private Attributes

BufferedImage bi
 
final Object waiter
 

Detailed Description

Definition at line 416 of file GstVideoPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.GstVideoPanel.FrameCaptureRGBListener.FrameCaptureRGBListener ( Object  waiter)

Definition at line 418 of file GstVideoPanel.java.

Member Function Documentation

Image org.sleuthkit.autopsy.corecomponents.GstVideoPanel.FrameCaptureRGBListener.getImage ( )
void org.sleuthkit.autopsy.corecomponents.GstVideoPanel.FrameCaptureRGBListener.rgbFrame ( boolean  bln,
int  w,
int  h,
IntBuffer  rgbPixels 
)

Definition at line 426 of file GstVideoPanel.java.

Member Data Documentation

BufferedImage org.sleuthkit.autopsy.corecomponents.GstVideoPanel.FrameCaptureRGBListener.bi
private

Definition at line 422 of file GstVideoPanel.java.

final Object org.sleuthkit.autopsy.corecomponents.GstVideoPanel.FrameCaptureRGBListener.waiter
private

Definition at line 423 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.