Package ch.bailu.gtk.gst
Klasse PadProbeInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.PadProbeInfo
- Alle implementierten Schnittstellen:
PointerInterface
Info passed in the #GstPadProbeCallback.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
type specific data, check the @type field to know the
datatype.static final String
the id of the probestatic final String
offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLstatic final String
size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLstatic final String
the current probe type -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
getEvent()
type specific data, check the @type field to know the
datatype.long
the id of the probelong
offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLint
size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLint
the current probe typegetQuery()
void
setFieldData
(Pointer data) type specific data, check the @type field to know the
datatype.void
setFieldId
(long id) the id of the probevoid
setFieldOffset
(long offset) offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLvoid
setFieldSize
(int size) size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULLvoid
setFieldType
(int type) the current probe typeVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
TYPE
the current probe type- Siehe auch:
-
ID
the id of the probe- Siehe auch:
-
DATA
type specific data, check the @type field to know the
datatype. This field can be %NULL.- Siehe auch:
-
OFFSET
offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL- Siehe auch:
-
SIZE
size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL- Siehe auch:
-
-
Konstruktordetails
-
PadProbeInfo
-
PadProbeInfo
public PadProbeInfo()
-
-
Methodendetails
-
getClassHandler
-
setFieldType
public void setFieldType(int type) the current probe type -
getFieldType
public int getFieldType()the current probe type -
setFieldId
public void setFieldId(long id) the id of the probe -
getFieldId
public long getFieldId()the id of the probe -
setFieldData
type specific data, check the @type field to know the
datatype. This field can be %NULL. -
getFieldData
type specific data, check the @type field to know the
datatype. This field can be %NULL. -
setFieldOffset
public void setFieldOffset(long offset) offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL -
getFieldOffset
public long getFieldOffset()offset of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL -
setFieldSize
public void setFieldSize(int size) size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL -
getFieldSize
public int getFieldSize()size of pull probe, this field is valid when @type contains
#GST_PAD_PROBE_TYPE_PULL -
getBuffer
- Gibt zurück:
- The #GstBuffer from the probe
-
getBufferList
- Gibt zurück:
- The #GstBufferList from the probe
-
getEvent
- Gibt zurück:
- The #GstEvent from the probe
-
getQuery
- Gibt zurück:
- The #GstQuery from the probe
-