Microsoft DirectX 8.1 (Visual Basic)

DirectMusicPerformance8.GetMasterVolume

The GetMasterVolume method retrieves the master volume.

object.GetMasterVolume() As Long

Parts

object

Resolves to a DirectMusicPerformance8 object.

Return Values

Returns the current master volume, 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