Method
PhocOutputadd_frame_callback
Declaration [src]
guint
phoc_output_add_frame_callback (
PhocOutput* self,
PhocAnimatable* animatable,
PhocFrameCallback callback,
gpointer user_data,
GDestroyNotify notify
)
Parameters
animatable
-
Type:
PhocAnimatable
No description available.
The data is owned by the caller of the method. callback
-
Type:
PhocFrameCallback
No description available.
user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. notify
-
Type:
GDestroyNotify
No description available.