VideoEdit Gold ActiveX Control

SoundVolume Property   

Description
 Get/Set the audio volume when preview the video. Full volume is 0 and -10,000 is silence.

Property Type
    Read/Write property

Data Type
    long

Syntax

VideoEdit.SoundVolume[= value]

Example

[Visual Basic Syntax]
VideoEdit1.SoundVolume=0
VideoEdit1.InitControl
VideoEdit1.AddVideo "c:\test3.mpg" , 0,10    
VideoEdit1.AddAudio "c:\test3.mpg" , 0,10   
VideoEdit1.Preview