C# Class GstreamerSharp.Playback

Show file Open project: GStreamer/gstreamer-sharp

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
AnalyzeStreams ( ) : void
CreateUI ( ) : void
FilterVisFeatures ( Gst.PluginFeature feature ) : bool
GotLocation ( object sender, GLib args ) : void
Handle ( object e, Gst.MessageArgs args ) : void
HandleApplication ( object sender, GLib args ) : void
HandleDamage ( object o, DamageEventArgs args ) : void
HandleDelete ( object o, DeleteEventArgs args ) : void
HandleEos ( object sender, GLib args ) : void
HandleError ( object sender, GLib args ) : void
HandleKeyboard ( ) : bool
HandleKeyboard ( ) : void
HandleMessage ( Message msg ) : void
HandleMessage ( object o, Gst.MessageArgs args ) : void
HandlePadAdded ( object o, Gst.PadAddedArgs args ) : void
HandlePause ( object sender, EventArgs e ) : void
HandlePlay ( object sender, EventArgs e ) : void
HandleRealized ( object sender, EventArgs e ) : void
HandleStateChanged ( object sender, GLib args ) : void
HandleStop ( object sender, EventArgs e ) : void
HandleTags ( object sender, GLib args ) : void
HandleValueChanged ( object sender, EventArgs e ) : void
PrintCaps ( Gst.Caps caps, string pfx ) : void
PrintCurrentValues ( ) : void
PrintPadCapabilities ( Element element, string padName ) : void
PrintPadTemplateInformation ( Gst.ElementFactory factory ) : void
RefreshUI ( ) : bool
SendSeekEvent ( ) : void
UpdateColorChannel ( string channelName, bool increase, Gst cb ) : void
XInitThreads ( ) : int
g_quark_to_string ( uint quark ) : IntPtr
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