org.gstreamer.elements
Interface RGBDataSink.Listener

Enclosing class:
RGBDataSink

public static interface RGBDataSink.Listener


Method Summary
 void rgbFrame(boolean isPrerollFrame, int width, int height, java.nio.IntBuffer rgb)
           
 

Method Detail

rgbFrame

void rgbFrame(boolean isPrerollFrame,
              int width,
              int height,
              java.nio.IntBuffer rgb)