Package ch.bailu.gtk.gst
Klasse ValueArray
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gst.ValueArray
- Alle implementierten Schnittstellen:
PointerInterface
A fundamental type that describes an ordered 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 GstValueArray in @value.static voidappendValue(Value value, Value append_value) Appends @append_value to the GstValueArray in @value.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 array contained in @value and
has the index @index.static ValueInitializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.static voidprependValue(Value value, Value prepend_value) Prepends @prepend_value to the GstValueArray 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
-
ValueArray
-
-
Methodendetails
-
getClassHandler
-
appendAndTakeValue
Appends @append_value to the GstValueArray in @value.- Parameter:
value- a #GValue of type #GST_TYPE_ARRAYappend_value- the value to append
-
appendValue
Appends @append_value to the GstValueArray in @value.- Parameter:
value- a #GValue of type #GST_TYPE_ARRAYappend_value- the value to append
-
getSize
Gets the number of values contained in @value.- Parameter:
value- a #GValue of type #GST_TYPE_ARRAY- Gibt zurück:
- the number of values
-
getValue
Gets the value that is a member of the array contained in @value and
has the index @index.- Parameter:
value- a #GValue of type #GST_TYPE_ARRAYindex- index of value to get from the array- Gibt zurück:
- the value at the given index
-
init
Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.- Parameter:
value- A zero-filled (uninitialized) #GValue structureprealloc- The number of entries to pre-allocate in the array- Gibt zurück:
- The #GValue structure that has been passed in
-
prependValue
Prepends @prepend_value to the GstValueArray in @value.- Parameter:
value- a #GValue of type #GST_TYPE_ARRAYprepend_value- the value to prepend
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-