Platform SDK: DirectX

DirectMusicPerformance.SetMasterVolume

The DirectMusicPerformance.SetMasterVolume method adjusts the master volume of the performance.

object.SetMasterVolume(vol As Long)

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.
vol
Master volume adjustment, in hundredths of a decibel.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

Remarks

The master volume is an amplification or attenuation factor applied to the default volume of the entire performance. The range of permitted values is determined by the port.

See Also

DirectMusicPerformance.GetMasterVolume