org.gstreamer.lowlevel
Interface GstIteratorAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstIteratorAPI
extends com.sun.jna.Library

GstIterator functions


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Library
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 void gst_iterator_free(com.sun.jna.Pointer iter)
           
 int gst_iterator_next(com.sun.jna.Pointer iter, com.sun.jna.ptr.PointerByReference next)
           
 void gst_iterator_resync(com.sun.jna.Pointer iter)
           
 

Method Detail

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)