C# Class Gst.Application

Show file Open project: GStreamer/gstreamer-sharp

Public Methods

Method Description
Init ( ) : void
Init ( string &argv ) : void
InitCheck ( ) : bool
InitCheck ( string &argv ) : bool

Private Methods

Method 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 method

public static Init ( ) : void
return void

Init() public static method

public static Init ( string &argv ) : void
argv string
return void

InitCheck() public static method

public static InitCheck ( ) : bool
return bool

InitCheck() public static method

public static InitCheck ( string &argv ) : bool
argv string
return bool