org.gstreamer.lowlevel
Interface BaseSrcAPI.PrepareSeek

All Superinterfaces:
com.sun.jna.Callback
Enclosing interface:
BaseSrcAPI

public static interface BaseSrcAPI.PrepareSeek
extends com.sun.jna.Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 boolean callback(BaseSrc src, Event seek, GstAPI.GstSegmentStruct segment)
           
 

Method Detail

callback

boolean callback(BaseSrc src,
                 Event seek,
                 GstAPI.GstSegmentStruct segment)