C# Class Gstreameroverlay.MainWindow

Inheritance: Gtk.Window
Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void
MainWindow ( ) : System

Private Methods

Method Description
ButtonOpenClicked ( object sender, EventArgs args ) : void
ButtonPauseClicked ( object sender, EventArgs args ) : void
ButtonPlayClicked ( object sender, EventArgs args ) : void
OnDeleteEvent ( object sender, Gtk.DeleteEventArgs args ) : void
ScaleValueChanged ( object sender, EventArgs args ) : void
TimeString ( long t ) : string
UpdatePos ( ) : bool
XInitThreads ( ) : int
gdk_win32_drawable_get_handle ( IntPtr handle ) : IntPtr
gdk_x11_window_get_xid ( IntPtr handle ) : IntPtr

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

MainWindow() public method

public MainWindow ( ) : System
return System