Package ch.bailu.gtk.gst
Klasse ByteArrayInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.ByteArrayInterface
- Alle implementierten Schnittstellen:
PointerInterface
Interface for an array of bytes. It is expected to be subclassed to implement
@resize virtual method using language native array implementation, such as
GLib's #GByteArray, C++'s `std::vector<uint8_t>` or Rust's `Vec<u8>`.
@resize implementation could allocate more than requested to avoid repeated
reallocations. It can return %FALSE, or be set to %NULL, in the case the
array cannot grow.
@resize virtual method using language native array implementation, such as
GLib's #GByteArray, C++'s `std::vector<uint8_t>` or Rust's `Vec<u8>`.
@resize implementation could allocate more than requested to avoid repeated
reallocations. It can return %FALSE, or be set to %NULL, in the case the
array cannot grow.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von 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
-
Konstruktordetails
-
ByteArrayInterface
-
-
Methodendetails
-
getClassHandler
-