C# Class Gst.Application

Afficher le fichier Open project: GStreamer/gstreamer-sharp

Méthodes publiques

Méthode Description
Init ( ) : void
Init ( string &argv ) : void
InitCheck ( ) : bool
InitCheck ( string &argv ) : bool

Private Methods

Méthode Description
Application ( ) : System
gst_init ( IntPtr argc, IntPtr argv ) : void
gst_init ( int &argc, IntPtr &argv ) : void
gst_init_check ( IntPtr argc, IntPtr argv, IntPtr &error ) : bool
gst_init_check ( int &argc, IntPtr &argv, IntPtr &error ) : bool

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

Init() public static méthode

public static Init ( string &argv ) : void
argv string
Résultat void

InitCheck() public static méthode

public static InitCheck ( ) : bool
Résultat bool

InitCheck() public static méthode

public static InitCheck ( string &argv ) : bool
argv string
Résultat bool