Package org.freedesktop.gstreamer.gst
Class URIHandler.URIHandlerInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.gst.URIHandler.URIHandlerInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
URIHandler
Any
GstElement
using this interface should implement these methods.-
Constructor Summary
ConstructorDescriptionAllocate a new URIHandlerInterface.URIHandlerInterface
(Arena arena) Allocate a new URIHandlerInterface.URIHandlerInterface
(MemorySegment address) Create a URIHandlerInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetProtocols
(Arena arena, Method method) Override virtual methodget_protocols
.void
overrideGetType
(Arena arena, Method method) Override virtual methodget_type
.void
overrideGetUri
(Arena arena, Method method) Override virtual methodget_uri
.void
overrideSetUri
(Arena arena, Method method) Override virtual methodset_uri
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
URIHandlerInterface
Create a URIHandlerInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
URIHandlerInterface
Allocate a new URIHandlerInterface.- Parameters:
arena
- to control the memory allocation scope
-
URIHandlerInterface
public URIHandlerInterface()Allocate a new URIHandlerInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetType
-
overrideGetProtocols
-
overrideGetUri
-
overrideSetUri
-