Copyright © 2001-2019 MultiMedia Soft

VolumeAutomation object

Previous pageReturn to chapter overviewNext page

The VolumeAutomation object, accessible through the control's VolumeAutomation property, is internally implemented as a COM interface called IVolumeAutomation and contains methods needed to manage volume automation on sounds being played.

 

The VolumeAutomation object is implemented through the following methods and properties:

 

Methods

 

IsSliding

Load

PointAdd

PointEnable

PointGetCount

PointGetName

PointGetNext

PointGetParams

PointIsEnabled        

PointRemove

PointSetParams

Reset

Save

 

Properties

 

CurveDesigner

PositionUnit

ScaleType

 

 

Further information about the use of volume automation can be found inside the How to manage Volume Automation tutorial.

 

Samples of usage of volume automation in Visual C++ 6 and Visual Basic 6 can be found inside the following samples installed with the product's setup package:

- VolumeAutomation