gst validate pad monitor
TODO
GstValidatePadMonitor
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstValidateMonitor ╰──GstValidatePadMonitor
GStreamer Validate PadMonitor class.
Class that wraps a GstPad for Validate checks
Members
parent
		(GstValidateMonitor)
		–
	setup
		(gboolean)
		–
	chain_func
		(GstPadChainFunction)
		–
	event_func
		(GstPadEventFunction)
		–
	event_full_func
		(GstPadEventFullFunction)
		–
	query_func
		(GstPadQueryFunction)
		–
	activatemode_func
		(GstPadActivateModeFunction)
		–
	get_range_func
		(GstPadGetRangeFunction)
		–
	pad_probe_id
		(gulong)
		–
	Class structure
GstValidatePadMonitorClass
GStreamer Validate PadMonitor object class.
Fields
parent_class
		(GstValidateMonitorClass)
		–
	parent
GstValidate.PadMonitorClass
GStreamer Validate PadMonitor object class.
Attributes
parent_class
		(GstValidate.MonitorClass)
		–
	parent
GstValidate.PadMonitorClass
GStreamer Validate PadMonitor object class.
Attributes
parent_class
		(GstValidate.MonitorClass)
		–
	parent
GstValidate.PadMonitor
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstValidate.Monitor ╰──GstValidate.PadMonitor
GStreamer Validate PadMonitor class.
Class that wraps a Gst.Pad for Validate checks
Members
parent
		(GstValidate.Monitor)
		–
	setup
		(Number)
		–
	chain_func
		(Gst.PadChainFunction)
		–
	event_func
		(Gst.PadEventFunction)
		–
	event_full_func
		(Gst.PadEventFullFunction)
		–
	query_func
		(Gst.PadQueryFunction)
		–
	activatemode_func
		(Gst.PadActivateModeFunction)
		–
	get_range_func
		(Gst.PadGetRangeFunction)
		–
	pad_probe_id
		(Number)
		–
	GstValidate.PadMonitor
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstValidate.Monitor ╰──GstValidate.PadMonitor
GStreamer Validate PadMonitor class.
Class that wraps a Gst.Pad for Validate checks
Members
parent
		(GstValidate.Monitor)
		–
	setup
		(bool)
		–
	chain_func
		(Gst.PadChainFunction)
		–
	event_func
		(Gst.PadEventFunction)
		–
	event_full_func
		(Gst.PadEventFullFunction)
		–
	query_func
		(Gst.PadQueryFunction)
		–
	activatemode_func
		(Gst.PadActivateModeFunction)
		–
	get_range_func
		(Gst.PadGetRangeFunction)
		–
	pad_probe_id
		(int)
		–
	Constructors
gst_validate_pad_monitor_new
GstValidatePadMonitor * gst_validate_pad_monitor_new (GstPad * pad, GstValidateRunner * runner, GstValidateElementMonitor * element_monitor)
Parameters:
pad
					(
						
[transfer: none]
						)
				–
	a GstPad to run Validate on
runner
				–
	element_monitor
				–
	
				Returns
								–
			
							No description available
					GstValidate.PadMonitor.prototype.new
function GstValidate.PadMonitor.prototype.new(pad: Gst.Pad, runner: GstValidate.Runner, element_monitor: GstValidate.ElementMonitor): {
    // javascript wrapper for 'gst_validate_pad_monitor_new'
}
	Parameters:
runner
					(
						GstValidate.Runner
						)
				–
	element_monitor
					(
						GstValidate.ElementMonitor
						)
				–
	
				Returns
									(
					GstValidate.PadMonitor
										)
								–
			
							No description available
					GstValidate.PadMonitor.new
def GstValidate.PadMonitor.new (pad, runner, element_monitor):
    #python wrapper for 'gst_validate_pad_monitor_new'
	Parameters:
runner
					(
						GstValidate.Runner
						)
				–
	element_monitor
					(
						GstValidate.ElementMonitor
						)
				–
	
				Returns
									(
					GstValidate.PadMonitor
										)
								–
			
							No description available
					GstValidatePadSeekData
GstValidate.PadSeekData
GstValidate.PadSeekData
Function Macros
GST_IS_VALIDATE_PAD_MONITOR
#define GST_IS_VALIDATE_PAD_MONITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_VALIDATE_PAD_MONITOR))
GST_IS_VALIDATE_PAD_MONITOR_CLASS
#define GST_IS_VALIDATE_PAD_MONITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_VALIDATE_PAD_MONITOR))
GST_VALIDATE_PAD_MONITOR_CAST
#define GST_VALIDATE_PAD_MONITOR_CAST(obj) ((GstValidatePadMonitor*)(obj))
GST_VALIDATE_PAD_MONITOR_CLASS_CAST
#define GST_VALIDATE_PAD_MONITOR_CLASS_CAST(klass) ((GstValidatePadMonitorClass*)(klass))
Constants
GST_TYPE_VALIDATE_PAD_MONITOR
#define GST_TYPE_VALIDATE_PAD_MONITOR (gst_validate_pad_monitor_get_type ())
The results of the search are