Methods in org.gstreamer.lowlevel with annotations of type CallerOwnsReturn |
GSource |
GlibAPI.g_idle_source_new()
|
GMainContext |
GlibAPI.g_main_loop_get_context(MainLoop loop)
|
GSource |
GlibAPI.g_timeout_source_new_seconds(int interval)
|
GSource |
GlibAPI.g_timeout_source_new(int interval)
|
GObject |
GValueAPI.g_value_dup_object(GValueAPI.GValue value)
|
Caps |
AppAPI.gst_app_sink_get_caps(AppSink appsink)
|
Buffer |
AppAPI.gst_app_sink_pull_buffer(AppSink appsink)
|
Buffer |
AppAPI.gst_app_sink_pull_preroll(AppSink appsink)
|
Caps |
AppAPI.gst_app_src_get_caps(AppSrc appsrc)
|
Element |
GstBinAPI.gst_bin_get_by_interface(Bin bin,
GType iface)
|
Element |
GstBinAPI.gst_bin_get_by_name_recurse_up(Bin bin,
java.lang.String name)
|
Element |
GstBinAPI.gst_bin_get_by_name(Bin bin,
java.lang.String name)
|
Bin |
GstBinAPI.gst_bin_new(java.lang.String name)
|
Buffer |
GstBufferAPI.gst_buffer_create_sub(Buffer parent,
int offset,
int size)
|
Caps |
GstBufferAPI.gst_buffer_get_caps(Buffer buffer)
|
Buffer |
GstBufferAPI.gst_buffer_join(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_merge(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_new_and_alloc(int size)
|
Buffer |
GstBufferAPI.gst_buffer_new()
|
Buffer |
GstBufferAPI.gst_buffer_span(Buffer buf1,
int offset,
Buffer buf2,
int len)
|
Buffer |
GstBufferAPI.gst_buffer_try_new_and_alloc(int size)
|
Message |
GstBusAPI.gst_bus_peek(Bus bus)
|
Message |
GstBusAPI.gst_bus_poll(Bus bus,
MessageType events,
ClockTime timeout)
|
Message |
GstBusAPI.gst_bus_poll(Bus bus,
MessageType events,
long timeout)
|
Message |
GstBusAPI.gst_bus_pop_filtered(Bus bus,
MessageType types)
|
Message |
GstBusAPI.gst_bus_pop(Bus bus)
|
Message |
GstBusAPI.gst_bus_timed_pop_filtered(Bus bus,
ClockTime timeout,
MessageType types)
|
Message |
GstBusAPI.gst_bus_timed_pop(Bus bus,
ClockTime timeout)
|
Caps |
GstCapsAPI.gst_caps_copy_nth(Caps caps,
int nth)
|
Caps |
GstCapsAPI.gst_caps_copy(Caps caps)
|
Caps |
GstCapsAPI.gst_caps_from_string(java.lang.String string)
|
Caps |
GstCapsAPI.gst_caps_intersect(Caps caps1,
Caps caps2)
|
Caps |
GstCapsAPI.gst_caps_make_writable(Caps caps)
|
Caps |
GstCapsAPI.gst_caps_new_any()
|
Caps |
GstCapsAPI.gst_caps_new_empty()
|
Caps |
GstCapsAPI.gst_caps_new_full(Structure... data)
|
Caps |
GstCapsAPI.gst_caps_new_simple(java.lang.String media_type,
java.lang.String fieldName,
java.lang.Object... args)
|
Caps |
GstCapsAPI.gst_caps_normalize(Caps caps)
|
Caps |
GstCapsAPI.gst_caps_subtract(Caps minuend,
Caps subtrahend)
|
Caps |
GstCapsAPI.gst_caps_union(Caps caps1,
Caps caps2)
|
Clock |
GstClockAPI.gst_clock_get_master(Clock clock)
|
ClockID |
GstClockAPI.gst_clock_new_periodic_id(Clock clock,
ClockTime start_time,
ClockTime interval)
|
ClockID |
GstClockAPI.gst_clock_new_single_shot_id(Clock clock,
ClockTime time)
|
Element |
GstElementFactoryAPI.gst_element_factory_create(ElementFactory factory,
java.lang.String elementName)
|
Element |
GstElementFactoryAPI.gst_element_factory_make(java.lang.String factoryName,
java.lang.String elementName)
|
Bus |
GstElementAPI.gst_element_get_bus(Element element)
|
Pad |
GstElementAPI.gst_element_get_pad(Element elem,
java.lang.String name)
|
Pad |
GstElementAPI.gst_element_get_static_pad(Element element,
java.lang.String name)
|
com.sun.jna.Pointer |
GstURIAPI.gst_element_make_from_uri(URIType type,
java.lang.String uri,
java.lang.String name)
|
Event |
GstEventAPI.gst_event_new_buffer_size(Format format,
long minsize,
long maxsize,
boolean async)
|
Event |
GstEventAPI.gst_event_new_eos()
|
Event |
GstEventAPI.gst_event_new_flush_start()
|
Event |
GstEventAPI.gst_event_new_flush_stop()
|
Event |
GstEventAPI.gst_event_new_latency(ClockTime latency)
|
Event |
GstEventAPI.gst_event_new_navigation(Structure structure)
|
Event |
GstEventAPI.gst_event_new_new_segment_full(boolean update,
double rate,
double applied_rate,
Format format,
long start,
long stop,
long position)
|
Event |
GstEventAPI.gst_event_new_new_segment(boolean update,
double rate,
Format format,
long start,
long stop,
long position)
|
Event |
GstEventAPI.gst_event_new_qos(double proportion,
long diff,
ClockTime timestamp)
|
Event |
GstEventAPI.gst_event_new_qos(double proportion,
long diff,
long timestamp)
|
Event |
GstEventAPI.gst_event_new_seek(double rate,
Format format,
int flags,
SeekType start_type,
long start,
SeekType stop_type,
long stop)
|
Event |
GstEventAPI.gst_event_new_tag(TagList taglist)
|
Pad |
GstGhostPadAPI.gst_ghost_pad_get_target(GhostPad gpad)
|
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ)
|
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ)
|
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target(java.lang.String name,
int direction)
|
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new(java.lang.String name,
Pad target)
|
Message |
GstMessageAPI.gst_message_new_application(GstObject src,
Structure structure)
|
Message |
GstMessageAPI.gst_message_new_async_done(GstObject src)
|
Message |
GstMessageAPI.gst_message_new_async_start(GstObject src,
boolean new_base_time)
|
Message |
GstMessageAPI.gst_message_new_buffering(GstObject src,
int percent)
|
Message |
GstMessageAPI.gst_message_new_clock_lost(GstObject src,
Clock clock)
|
Message |
GstMessageAPI.gst_message_new_clock_provide(GstObject src,
Clock clock,
boolean ready)
|
Message |
GstMessageAPI.gst_message_new_custom(MessageType type,
GstObject src,
Structure structure)
|
Message |
GstMessageAPI.gst_message_new_duration(GstObject src,
Format format,
long duration)
|
Message |
GstMessageAPI.gst_message_new_element(GstObject src,
Structure structure)
|
Message |
GstMessageAPI.gst_message_new_eos(GstObject src)
|
Message |
GstMessageAPI.gst_message_new_error(GstObject src,
GstAPI.GErrorStruct error,
java.lang.String debug)
|
Message |
GstMessageAPI.gst_message_new_info(GstObject src,
GstAPI.GErrorStruct error,
java.lang.String debug)
|
Message |
GstMessageAPI.gst_message_new_latency(GstObject src)
|
Message |
GstMessageAPI.gst_message_new_new_clock(GstObject src,
Clock clock)
|
Message |
GstMessageAPI.gst_message_new_segment_done(GstObject src,
Format format,
long position)
|
Message |
GstMessageAPI.gst_message_new_segment_start(GstObject src,
Format format,
long position)
|
Message |
GstMessageAPI.gst_message_new_state_changed(GstObject src,
State oldstate,
State newstate,
State pending)
|
Message |
GstMessageAPI.gst_message_new_state_dirty(GstObject src)
|
Message |
GstMessageAPI.gst_message_new_tag(GstObject src,
TagList tag_list)
|
Message |
GstMessageAPI.gst_message_new_warning(GstObject src,
GstAPI.GErrorStruct error,
java.lang.String debug)
|
MiniObject |
GstMiniObjectAPI.gst_mini_object_copy(MiniObject mini_object)
|
MiniObject |
GstMiniObjectAPI.gst_mini_object_make_writable(MiniObject mini_object)
|
GstObject |
GstObjectAPI.gst_object_get_parent(GstObject object)
|
Caps |
GstPadAPI.gst_pad_get_allowed_caps(Pad pad)
|
Caps |
GstPadAPI.gst_pad_get_caps(Pad pad)
|
Caps |
GstPadAPI.gst_pad_get_fixed_caps_func(Pad pad)
|
Caps |
GstPadAPI.gst_pad_get_negotiated_caps(Pad pad)
|
Element |
GstPadAPI.gst_pad_get_parent_element(Pad pad)
|
Pad |
GstPadAPI.gst_pad_get_peer(Pad pad)
|
Pad |
GstPadAPI.gst_pad_new_from_template(PadTemplate templ,
java.lang.String name)
|
Pad |
GstPadAPI.gst_pad_new(java.lang.String name,
PadDirection direction)
|
Caps |
GstPadAPI.gst_pad_peer_get_caps(Pad pad)
|
Caps |
GstPadAPI.gst_pad_proxy_getcaps(Pad pad)
|
Caps |
GstPadTemplateAPI.gst_pad_template_get_caps(PadTemplate template)
|
PadTemplate |
GstPadTemplateAPI.gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps)
|
Pipeline |
GstParseAPI.gst_parse_launch(java.lang.String pipeline_description,
GstAPI.GErrorStruct[] error)
|
Pipeline |
GstParseAPI.gst_parse_launch(java.lang.String pipeline_description,
com.sun.jna.Pointer[] error)
|
Pipeline |
GstParseAPI.gst_parse_launchv(java.lang.String[] pipeline_description,
GstAPI.GErrorStruct[] error)
|
Pipeline |
GstParseAPI.gst_parse_launchv(java.lang.String[] pipeline_description,
com.sun.jna.Pointer[] error)
|
Bus |
GstPipelineAPI.gst_pipeline_get_bus(Pipeline pipeline)
|
Clock |
GstPipelineAPI.gst_pipeline_get_clock(Pipeline pipeline)
|
Pipeline |
GstPipelineAPI.gst_pipeline_new(java.lang.String name)
|
PluginFeature |
GstPluginFeatureAPI.gst_plugin_feature_load(PluginFeature feature)
|
Plugin |
GstPluginAPI.gst_plugin_load_by_name(java.lang.String name)
|
Plugin |
GstPluginAPI.gst_plugin_load(Plugin plugin)
|
Query |
GstQueryAPI.gst_query_new_application(QueryType type,
Structure structure)
|
Query |
GstQueryAPI.gst_query_new_convert(Format src_format,
long value,
Format dest_format)
|
Query |
GstQueryAPI.gst_query_new_duration(Format format)
|
Query |
GstQueryAPI.gst_query_new_formats()
|
Query |
GstQueryAPI.gst_query_new_latency()
|
Query |
GstQueryAPI.gst_query_new_position(Format format)
|
Query |
GstQueryAPI.gst_query_new_seeking(Format format)
|
Query |
GstQueryAPI.gst_query_new_segment(Format format)
|
PluginFeature |
GstRegistryAPI.gst_registry_find_feature(Registry registry,
java.lang.String name,
GType type)
|
Plugin |
GstRegistryAPI.gst_registry_find_plugin(Registry registry,
java.lang.String name)
|
PluginFeature |
GstRegistryAPI.gst_registry_lookup_feature(Registry registry,
java.lang.String name)
|
Plugin |
GstRegistryAPI.gst_registry_lookup(Registry registry,
java.lang.String filename)
|
Caps |
GstCapsAPI.gst_static_caps_get(GstCapsAPI.GstStaticCapsStruct static_caps)
|
Caps |
GstPadTemplateAPI.gst_static_pad_template_get_caps(GstPadTemplateAPI.GstStaticPadTemplate template)
|
PadTemplate |
GstPadTemplateAPI.gst_static_pad_template_get(GstPadTemplateAPI.GstStaticPadTemplate pad_template)
|
Structure |
GstStructureAPI.gst_structure_copy(Structure src)
|
Structure |
GstStructureAPI.gst_structure_empty_new(java.lang.String name)
|
Structure |
GstStructureAPI.gst_structure_from_string(java.lang.String data,
com.sun.jna.ptr.PointerByReference end)
|
Structure |
GstStructureAPI.gst_structure_new(java.lang.String name,
java.lang.String firstField,
java.lang.Object... args)
|
TagList |
GstTagListAPI.gst_tag_list_copy(TagList list)
|
TagList |
GstTagListAPI.gst_tag_list_merge(TagList list1,
TagList list2,
TagMergeMode mode)
|
TagList |
GstTagListAPI.gst_tag_list_new()
|
TunerNorm |
GstTunerAPI.gst_tuner_find_norm_by_name(Tuner tuner,
java.lang.String norm)
|
TunerNorm |
GstTunerAPI.gst_tuner_get_norm(Tuner tuner)
|
java.lang.String |
GstAPI.gst_version_string()
|
com.sun.jna.Pointer |
GstBinAPI.ptr_gst_bin_new(java.lang.String name)
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_copy(Caps caps)
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_from_string(java.lang.String string)
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_new_any()
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_new_empty()
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_new_full(Structure... data)
|
com.sun.jna.Pointer |
GstCapsAPI.ptr_gst_caps_new_simple(java.lang.String media_type,
java.lang.String fieldName,
java.lang.Object... args)
|
com.sun.jna.Pointer |
GstElementFactoryAPI.ptr_gst_element_factory_create(ElementFactory factory,
java.lang.String elementName)
|
com.sun.jna.Pointer |
GstElementFactoryAPI.ptr_gst_element_factory_make(java.lang.String factoryName,
java.lang.String elementName)
|
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ)
|
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ)
|
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new_no_target(java.lang.String name,
int direction)
|
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new(java.lang.String name,
Pad target)
|
com.sun.jna.Pointer |
GstMiniObjectAPI.ptr_gst_mini_object_copy(MiniObject mini_object)
|
com.sun.jna.Pointer |
GstMiniObjectAPI.ptr_gst_mini_object_make_writable(MiniObject mini_object)
|
com.sun.jna.Pointer |
GstPadTemplateAPI.ptr_gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps)
|