Package ch.bailu.gtk.gst
Klasse BufferPoolAcquireParams
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.BufferPoolAcquireParams
- Alle implementierten Schnittstellen:
PointerInterface
Parameters passed to the gst_buffer_pool_acquire_buffer() function to control the
allocation of the buffer.
The default implementation ignores the @start and @stop members but other
implementations can use this extra information to decide what buffer to
return.
allocation of the buffer.
The default implementation ignores the @start and @stop members but other
implementations can use this extra information to decide what buffer to
return.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
additional flagsint
the format of @start and @stoplong
the start positionlong
the stop positionvoid
setFieldFlags
(int flags) additional flagsvoid
setFieldFormat
(int format) the format of @start and @stopvoid
setFieldStart
(long start) the start positionvoid
setFieldStop
(long stop) the stop positionVon 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
-
FORMAT
the format of @start and @stop- Siehe auch:
-
START
the start position- Siehe auch:
-
STOP
the stop position- Siehe auch:
-
FLAGS
additional flags- Siehe auch:
-
-
Konstruktordetails
-
BufferPoolAcquireParams
-
-
Methodendetails
-
getClassHandler
-
setFieldFormat
public void setFieldFormat(int format) the format of @start and @stop -
getFieldFormat
public int getFieldFormat()the format of @start and @stop -
setFieldStart
public void setFieldStart(long start) the start position -
getFieldStart
public long getFieldStart()the start position -
setFieldStop
public void setFieldStop(long stop) the stop position -
getFieldStop
public long getFieldStop()the stop position -
setFieldFlags
public void setFieldFlags(int flags) additional flags -
getFieldFlags
public int getFieldFlags()additional flags
-