Uses of Class
org.gstreamer.lowlevel.GType

Packages that use GType
org.gstreamer   
org.gstreamer.interfaces   
org.gstreamer.lowlevel   
 

Uses of GType in org.gstreamer
 

Methods in org.gstreamer with parameters of type GType
 PluginFeature Registry.findPluginFeature(java.lang.String name, GType type)
          Find the PluginFeature with the given name and type in the registry.
 java.util.List<PluginFeature> Registry.getPluginFeatureListByType(GType type)
          Retrieves a list of PluginFeature of the Plugin type.
 boolean Structure.hasField(java.lang.String fieldName, GType fieldType)
          Check if the Structure contains a field named fieldName.
 

Uses of GType in org.gstreamer.interfaces
 

Constructors in org.gstreamer.interfaces with parameters of type GType
GstInterface(Element element, GType type)
           
 

Uses of GType in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as GType
static GType GType.BOOLEAN
           
static GType GType.BOXED
           
static GType GType.CHAR
           
static GType GType.DOUBLE
           
static GType GType.ENUM
           
static GType GType.FLAGS
           
static GType GType.FLOAT
           
 GType GObjectAPI.GTypeClass.g_type
           
 GType GValueAPI.GValue.g_type
           
static GType GType.INT
           
static GType GType.INT64
           
static GType GType.INTERFACE
           
static GType GType.INVALID
           
static GType GType.LONG
           
static GType GType.NONE
           
static GType GType.OBJECT
           
 GType GObjectAPI.GParamSpec.owner_type
           
static GType GType.PARAM
           
static GType GType.POINTER
           
static GType GType.STRING
           
 GType GstCapsAPI.GstCapsStruct.type
           
 GType GstPluginFeatureAPI.TypeNameData.type
           
static GType GType.UCHAR
           
static GType GType.UINT
           
static GType GType.UINT64
           
static GType GType.ULONG
           
 GType GObjectAPI.GParamSpec.value_type
           
 

Methods in org.gstreamer.lowlevel that return GType
 GType GObjectAPI.g_object_get_type()
           
 GType GObjectAPI.g_type_from_name(java.lang.String name)
           
 GType GObjectAPI.g_type_parent(GType type)
           
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, com.sun.jna.Pointer type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
           
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, java.lang.String type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
           
 GType GObjectAPI.g_type_register_static(GType parent_type, com.sun.jna.Pointer type_name, GObjectAPI.GTypeInfo info, int flags)
           
 GType GObjectAPI.g_type_register_static(GType parent_type, java.lang.String type_name, GObjectAPI.GTypeInfo info, int flags)
           
static GType GstTypes.getGType(com.sun.jna.Pointer ptr)
           
 GType AppAPI.gst_app_sink_get_type()
           
 GType AppAPI.gst_app_src_get_type()
           
 GType BaseAPI.gst_base_sink_get_type()
           
 GType BaseAPI.gst_base_src_get_type()
           
 GType BaseAPI.gst_base_transform_get_type()
           
 GType GstBinAPI.gst_bin_get_type()
           
 GType GstBufferAPI.gst_buffer_get_type()
           
 GType GstBusAPI.gst_bus_get_type()
           
 GType GstCapsAPI.gst_caps_get_type()
           
 GType GstClockAPI.gst_clock_get_type()
           
 GType GstColorBalanceAPI.gst_color_balance_channel_get_type()
           
 GType GstColorBalanceAPI.gst_color_balance_get_type()
           
 GType GstValueAPI.gst_date_get_type()
           
 GType GstValueAPI.gst_double_range_get_type()
           
 GType GstElementFactoryAPI.gst_element_factory_get_element_type(ElementFactory factory)
           
 GType GstElementFactoryAPI.gst_element_factory_get_type()
           
 GType GstElementAPI.gst_element_get_type()
           
 GType GstEventAPI.gst_event_get_type()
           
 GType GstValueAPI.gst_fourcc_get_type()
           
 GType GstValueAPI.gst_fraction_get_type()
           
 GType GstValueAPI.gst_fraction_range_get_type()
           
 GType GstGhostPadAPI.gst_ghost_pad_get_type()
           
 GType GstInterfacesAPI.gst_implements_interface_get_type()
           
 GType GstValueAPI.gst_int_range_get_type()
           
 GType GstMessageAPI.gst_message_get_type()
           
 GType GstMixerAPI.gst_mixer_get_type()
           
 GType GstMixerAPI.gst_mixer_track_get_type()
           
 GType GstNavigationAPI.gst_navigation_get_type()
           
 GType GstObjectAPI.gst_object_get_type()
           
 GType GstPadAPI.gst_pad_get_type()
           
 GType GstPadTemplateAPI.gst_pad_template_get_type()
           
 GType GstPipelineAPI.gst_pipeline_get_type()
           
 GType GstPluginFeatureAPI.gst_plugin_feature_get_type()
           
 GType GstPluginAPI.gst_plugin_get_type()
           
 GType GstPropertyProbeAPI.gst_property_probe_get_type()
           
 GType GstQueryAPI.gst_query_get_type()
           
 GType GstRegistryAPI.gst_registry_get_type()
           
 GType GstCapsAPI.gst_static_caps_get_type()
           
 GType GstPadTemplateAPI.gst_static_pad_template_get_type()
           
 GType GstStructureAPI.gst_structure_get_type()
           
 GType GstTagAPI.gst_tag_get_type(java.lang.String tag)
           
 GType GstTunerAPI.gst_tuner_channel_get_type()
           
 GType GstTunerAPI.gst_tuner_get_type()
           
 GType GstTunerAPI.gst_tuner_norm_get_type()
           
 GType GstValueAPI.gst_value_list_get_type()
           
 GType GstVideoOrientationAPI.gst_video_orientation_get_type()
           
 GType GstXOverlayAPI.gst_x_overlay_get_type()
           
static GType GstTypes.typeFor(java.lang.Class<? extends NativeObject> cls)
           
static GType GType.valueOf(java.lang.Class<?> javaType)
           
static GType GType.valueOf(long value)
           
 

Methods in org.gstreamer.lowlevel with parameters of type GType
 com.sun.jna.Pointer GObjectAPI.GObjectClass.Constructor.callback(GType type, int n_construct_properties, GObjectAPI.GObjectConstructParam properties)
           
static java.lang.Class<? extends NativeObject> GstTypes.classFor(GType type)
           
 com.sun.jna.Pointer GObjectAPI.g_object_new(GType object_type, java.lang.Object... args)
           
 int GSignalAPI.g_signal_list_ids(GType itype, int[] n_ids)
           
 int GSignalAPI.g_signal_lookup(java.lang.String name, GType itype)
           
 com.sun.jna.Pointer GObjectAPI.g_type_create_instance(GType type)
           
 int GObjectAPI.g_type_depth(GType type)
           
 java.lang.String GObjectAPI.g_type_name(GType type)
           
 GType GObjectAPI.g_type_parent(GType type)
           
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, com.sun.jna.Pointer type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
           
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, java.lang.String type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
           
 GType GObjectAPI.g_type_register_static(GType parent_type, com.sun.jna.Pointer type_name, GObjectAPI.GTypeInfo info, int flags)
           
 GType GObjectAPI.g_type_register_static(GType parent_type, java.lang.String type_name, GObjectAPI.GTypeInfo info, int flags)
           
 GValueAPI.GValue GValueAPI.g_value_init(GValueAPI.GValue value, GType g_type)
           
 boolean GValueAPI.g_value_type_compatible(GType src_type, GType dest_type)
           
 boolean GValueAPI.g_value_type_transformable(GType src_type, GType dest_type)
           
 Element GstBinAPI.gst_bin_get_by_interface(Bin bin, GType iface)
           
 com.sun.jna.Pointer GstBinAPI.gst_bin_iterate_all_by_interface(Bin bin, GType iface)
           
 boolean GstInterfacesAPI.gst_element_implements_interface(Element element, GType iface_type)
           
 com.sun.jna.Pointer GstInterfacesAPI.gst_implements_interface_cast(NativeObject from, GType type)
           
 com.sun.jna.Pointer GstInterfacesAPI.gst_implements_interface_check(NativeObject from, GType type)
           
 PluginFeature GstRegistryAPI.gst_registry_find_feature(Registry registry, java.lang.String name, GType type)
           
 boolean GstStructureAPI.gst_structure_get_enum(Structure structure, java.lang.String fieldname, GType enumtype, int[] value)
           
 boolean GstStructureAPI.gst_structure_has_field_typed(Structure structure, java.lang.String fieldname, GType type)