Karaoke Mixer ActiveX Control

PBHideWaveWnd 

 

Hide the Playback WaveForm window and release the playback waveform window. You should call this method if you use Audio Capture and Playback waveform window in same form.

Public Function PBHideWaveWnd( )

 

No Parameter

No Return Value

Example

   

Visual Basic Syntax
KaraokeMixer1 .ShowPlaybackWaveForm =true
KaraokeMixer1 .PBLoadAudioFile "c:\music.mp3"
KaraokeMixer1 .PBPlay
KaraokeMixer1.PBStop
KaraokeMixer1.PBHideWaveWnd