public MainWindow () : base (Gtk.WindowType.Toplevel) { Build (); MPlayerGtkWidget.GtkMPlayerWidget video = new MPlayerGtkWidget.GtkMPlayerWidget(); video.MPlayerPath = "mplayer"; video.VideoPath = @"/home/peter/Videos/The Solar System Song (with lyrics).mp4"; this.Add(video); this.ShowAll(); }
public MainWindow() : base(Gtk.WindowType.Toplevel) { Build(); MPlayerGtkWidget.GtkMPlayerWidget video = new MPlayerGtkWidget.GtkMPlayerWidget(); video.MPlayerPath = "mplayer"; video.VideoPath = @"/home/peter/Videos/The Solar System Song (with lyrics).mp4"; this.Add(video); this.ShowAll(); }
public MainWindow() : base(Gtk.WindowType.Toplevel) { Build (); MPlayerGtkWidget.GtkMPlayerWidget video = new MPlayerGtkWidget.GtkMPlayerWidget(); video.MPlayerPath = "mplayer"; video.VideoPath = @"/home/peter/Downloads/sintel_trailer-720p.mp4"; this.Add(video); this.ShowAll(); }