C# Class Nanook.TheGhost.Plugins.WindowsAudio

Inheritance: System.Windows.Forms.Form, IPluginAudioImport
显示文件 Open project: Nanook/TheGHOST Class Usage Examples

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
CreateAndAddFilterByName ( string filterName, IGraphBuilder graphBuilder, System.Guid category ) : IBaseFilter
DisposeObjects ( ) : void
IPlugin ( ) : float
IPlugin ( ) : string
IPluginAudioImport ( string sourceFilename, string destinationFilename ) : string
InitGraph ( string sourceFileName, string destinationFileName ) : void

Sets up the filter graph with the required filters

InitInterfaces ( ) : void
InitializeComponent ( ) : void
ReleaseCOMObject ( object obj ) : void

Method Details

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void