C# Class Nanook.TheGhost.Plugins.WindowsAudio

Inheritance: System.Windows.Forms.Form, IPluginAudioImport
Afficher le fichier Open project: Nanook/TheGHOST Class Usage Examples

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode 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 méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void