Microsoft DirectX 8.1 (Visual Basic)

DirectMusicPerformance8.SetMasterVolume

The SetMasterVolume method adjusts the master volume of the performance.

object.SetMasterVolume(vol As Long)

Parts

object

Resolves to a DirectMusicPerformance8 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. For the default software synthesizer, the allowed range is +20dB to –200dB, but the useful range is +10dB to –100dB.

See Also