C# 클래스 GstreamerSharp.Playback

파일 보기 프로젝트 열기: GStreamer/gstreamer-sharp

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void