Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
WaveformAnalyzer class 
 
The WaveformAnalyzer class, accessible through the control's DisplayWaveformAnalyzer property, contains methods needed to analyze the recorded sound and display its waveform representation on the screen or inside a bitmap file. For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section. 
 
The WaveformAnalyzer class is implemented through the following methods: 
 
Methods 
 
  • Create 
  • AnalyzeFullSound 
  • AnalyzeAbort 
  • CreateFileBitmapView 
  • CreateMemoryBitmapView 
  • Destroy 
  • FreeMemory 
  • GetBitmapViewWidth 
  • GetDisplayRange 
  • GetDisplayWidth 
  • GetGraphicalSettings 
  • GetSelection 
  • MouseSelectionEnable 
  • Move 
  • Refresh 
  • Scroll 
  • SetBackPictureFromFile 
  • SetBackPictureFromHandle 
  • SetDisplayRange 
  • SetGraphicalSettings 
  • SetTrackerCursors 
  • SetSelection 
  • Show 
  • VerticalLineAdd 
  • VerticalLineGetPosition 
  • VerticalLineRemove 
  • VerticalLineSetPosition 
  • VerticalLineShow 
  • ZoomIn 
  • ZoomOut 
  • ZoomToFullSound 
  • ZoomToSelection 
  •  
    Data structures 
     
  • WAVEFORM_ANALYZER_SETTINGS 
  •  
     
    Samples of use of the WaveformAnalyzer class in Visual C#.NET and Visual Basic.NET can be found inside the following samples installed with the product's setup package: 
    - RecordedSoundEditor 
    - WaveformAnalyzer 
     
     
     
     
     
     
     
    Copyright © 2006 - 2008 MultiMedia Soft 
    Return to Table of contents