C# Class Gst.DynamicSignal.SignalInfo

Afficher le fichier Open project: GStreamer/gstreamer-sharp

Méthodes publiques

Méthode 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 méthode

public IsCompatibleDelegate ( Delegate d ) : bool
d System.Delegate
Résultat bool

IsValidDelegate() public static méthode

public static IsValidDelegate ( Delegate d ) : bool
d System.Delegate
Résultat bool

SignalInfo() public méthode

public SignalInfo ( uint handlerId, IntPtr closure, Delegate registeredHandler ) : System
handlerId uint
closure System.IntPtr
registeredHandler System.Delegate
Résultat System

UpdateArgsType() public méthode

public UpdateArgsType ( Delegate d ) : void
d System.Delegate
Résultat void