org.gstreamer.lowlevel
Interface GstIteratorAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstIteratorAPI
- extends com.sun.jna.Library
GstIterator functions
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
gst_iterator_free
void gst_iterator_free(com.sun.jna.Pointer iter)
gst_iterator_next
int gst_iterator_next(com.sun.jna.Pointer iter,
com.sun.jna.ptr.PointerByReference next)
gst_iterator_resync
void gst_iterator_resync(com.sun.jna.Pointer iter)