Autopsy  4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.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 410 of file GstVideoPanel.java.

Constructor & Destructor Documentation

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

Definition at line 412 of file GstVideoPanel.java.

Member Function Documentation

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

Definition at line 420 of file GstVideoPanel.java.

Member Data Documentation

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

Definition at line 416 of file GstVideoPanel.java.

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

Definition at line 417 of file GstVideoPanel.java.


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

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