C# Class Gst.DynamicSignal.SignalInfo

Show file Open project: GStreamer/gstreamer-sharp

Public Methods

Method Description
IsCompatibleDelegate ( Delegate d ) : bool
IsValidDelegate ( Delegate d ) : bool
SignalInfo ( uint handlerId, IntPtr closure, Delegate registeredHandler ) : System
UpdateArgsType ( Delegate d ) : void

Method Details

IsCompatibleDelegate() public method

public IsCompatibleDelegate ( Delegate d ) : bool
d System.Delegate
return bool

IsValidDelegate() public static method

public static IsValidDelegate ( Delegate d ) : bool
d System.Delegate
return bool

SignalInfo() public method

public SignalInfo ( uint handlerId, IntPtr closure, Delegate registeredHandler ) : System
handlerId uint
closure System.IntPtr
registeredHandler System.Delegate
return System

UpdateArgsType() public method

public UpdateArgsType ( Delegate d ) : void
d System.Delegate
return void