Package ch.bailu.gtk.gst
Klasse PollFD
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.PollFD
- Alle implementierten Schnittstellen:
PointerInterface
A file descriptor object.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerinta file descriptorintvoidinit()Initializes @fd.voidsetFieldFd(int fd) a file descriptorVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
FD
a file descriptor- Siehe auch:
-
IDX
- Siehe auch:
-
-
Konstruktordetails
-
PollFD
-
PollFD
public PollFD()
-
-
Methodendetails
-
getClassHandler
-
setFieldFd
public void setFieldFd(int fd) a file descriptor -
getFieldFd
public int getFieldFd()a file descriptor -
getFieldIdx
public int getFieldIdx() -
init
public void init()Initializes @fd. Alternatively you can initialize it with
#GST_POLL_FD_INIT.
-