Autopsy  4.0
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)
 
Image getImage ()
 
void rgbFrame (boolean bln, int w, int h, IntBuffer rgbPixels)
 

Private Attributes

BufferedImage bi
 
final Object waiter
 

Detailed Description

Definition at line 395 of file GstVideoPanel.java.

Constructor & Destructor Documentation

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

Definition at line 397 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 405 of file GstVideoPanel.java.

Member Data Documentation

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

Definition at line 401 of file GstVideoPanel.java.

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

Definition at line 402 of file GstVideoPanel.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.