Package org.freedesktop.gstreamer.base
Class TypeFindData
java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.gstreamer.base.TypeFindData
-
Constructor Summary
ConstructorsConstructorDescriptionTypeFindData(MemorySegment address) Create a TypeFindData proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionvoidfree()@Nullable CapsgetCaps()ReturnsGstCapsassociated withGstTypeFindDataReturnsGstTypeFindProbabilityassociated withGstTypeFindDataReturnsGstTypeFindassociated withGstTypeFindDatastatic TypeFindDataFree-function: gst_type_find_data_freeMethods inherited from class org.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_
public static TypeFindData new_(@Nullable GstObject obj, @org.jspecify.annotations.Nullable byte @Nullable [] data) 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 returnedGstTypeFindDatawith gst_type_find_data_free(). - Since:
- 1.22
-
free
public void free() -
getCaps
ReturnsGstCapsassociated withGstTypeFindData- Returns:
GstCaps.- Since:
- 1.22
-
getProbability
ReturnsGstTypeFindProbabilityassociated withGstTypeFindData- Returns:
GstTypeFindProbability.- Since:
- 1.22
-
getTypefind
ReturnsGstTypeFindassociated withGstTypeFindData- Returns:
GstTypeFind.- Since:
- 1.22
-