C# Class Nanook.TheGhost.Plugins.Xbadpcm

Provides methods for converting audio between formats
Inheritance: System.Windows.Forms.Form, IPluginAudioExport
Exibir arquivo Open project: Nanook/TheGHOST Class Usage Examples

Public Methods

Method Description
Xbadpcm ( ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
ChangePinFormat ( IPin pin, int samplesPerSec, bool forceMono ) : void
ConnectPins ( bool forceMono, int forceDownSample ) : void
CreateAndAddFilterByName ( string filterName, IGraphBuilder graphBuilder, System.Guid category ) : IBaseFilter
DisposeObjects ( ) : void
IPlugin ( ) : float
IPlugin ( ) : string
IPluginAudioExport ( string sourceFilename, string destinationFilename, bool forceMono, int forceDownSample ) : string
InitFilters ( string sourceFileName, string outputFileName ) : void
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

Xbadpcm() public method

public Xbadpcm ( ) : System
return System