Package org.freedesktop.gstreamer.base
Class TypeFindData
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.base.TypeFindData
-
Constructor Summary
ConstructorDescriptionTypeFindData
(MemorySegment address) Create a TypeFindData proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionvoid
free()
getCaps()
ReturnsGstCaps
associated withGstTypeFindData
ReturnsGstTypeFindProbability
associated withGstTypeFindData
ReturnsGstTypeFind
associated withGstTypeFindData
static TypeFindData
Free-function: gst_type_find_data_freeMethods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
TypeFindData
Create a TypeFindData proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
new_
Free-function: gst_type_find_data_free- Parameters:
obj
- object doing the typefinding, ornull
(used for logging)data
- a pointer with data to typefind- Returns:
- the
GstTypeFindData
. The caller should free the returnedGstTypeFindData
with gst_type_find_data_free().
-
free
public void free() -
getCaps
-
getProbability
ReturnsGstTypeFindProbability
associated withGstTypeFindData
- Returns:
GstTypeFindProbability
.
-
getTypefind
ReturnsGstTypeFind
associated withGstTypeFindData
- Returns:
GstTypeFind
.
-