Package ch.bailu.gtk.gst
Klasse ValueList
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gst.ValueList
- Alle implementierten Schnittstellen:
PointerInterface
A fundamental type that describes an unordered list of #GValue
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidappendAndTakeValue(Value value, Value append_value) Appends @append_value to the GstValueList in @value.static voidappendValue(Value value, Value append_value) Appends @append_value to the GstValueList in @value.static voidConcatenates copies of @value1 and @value2 into a list.static ClassHandlerstatic intstatic longstatic TypeSystem.TypeSizestatic intGets the number of values contained in @value.static longstatic TypeSystem.TypeSizestatic ValueGets the value that is a member of the list contained in @value and
has the index @index.static ValueInitializes and pre-allocates a #GValue of type #GST_TYPE_LIST.static voidMerges copies of @value1 and @value2.static voidprependValue(Value value, Value prepend_value) Prepends @prepend_value to the GstValueList in @value.Von 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
-
Konstruktordetails
-
ValueList
-
-
Methodendetails
-
getClassHandler
-
appendAndTakeValue
Appends @append_value to the GstValueList in @value.- Parameter:
value- a #GValue of type #GST_TYPE_LISTappend_value- the value to append
-
appendValue
Appends @append_value to the GstValueList in @value.- Parameter:
value- a #GValue of type #GST_TYPE_LISTappend_value- the value to append
-
concat
Concatenates copies of @value1 and @value2 into a list. Values that are not
of type #GST_TYPE_LIST are treated as if they were lists of length 1.
@dest will be initialized to the type #GST_TYPE_LIST.- Parameter:
dest- an uninitialized #GValue to take the resultvalue1- a #GValuevalue2- a #GValue
-
getSize
Gets the number of values contained in @value.- Parameter:
value- a #GValue of type #GST_TYPE_LIST- Gibt zurück:
- the number of values
-
getValue
Gets the value that is a member of the list contained in @value and
has the index @index.- Parameter:
value- a #GValue of type #GST_TYPE_LISTindex- index of value to get from the list- Gibt zurück:
- the value at the given index
-
init
Initializes and pre-allocates a #GValue of type #GST_TYPE_LIST.- Parameter:
value- A zero-filled (uninitialized) #GValue structureprealloc- The number of entries to pre-allocate in the list- Gibt zurück:
- The #GValue structure that has been passed in
-
merge
Merges copies of @value1 and @value2. Values that are not
of type #GST_TYPE_LIST are treated as if they were lists of length 1.
The result will be put into @dest and will either be a list that will not
contain any duplicates, or a non-list type (if @value1 and @value2
were equal).- Parameter:
dest- an uninitialized #GValue to take the resultvalue1- a #GValuevalue2- a #GValue
-
prependValue
Prepends @prepend_value to the GstValueList in @value.- Parameter:
value- a #GValue of type #GST_TYPE_LISTprepend_value- the value to prepend
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-