org.gstreamer.lowlevel
Interface GstClockAPI.GstClockCallback

Enclosing interface:
GstClockAPI

public static interface GstClockAPI.GstClockCallback


Method Summary
 boolean callback(Clock clock, ClockTime time, ClockID id, com.sun.jna.Pointer user_data)
           
 

Method Detail

callback

boolean callback(Clock clock,
                 ClockTime time,
                 ClockID id,
                 com.sun.jna.Pointer user_data)
Parameters:
clock - The clock that triggered the callback
time - The time it was triggered
id - The ClockID that expired
Returns:
currently unused.