Microsoft DirectX 8.0 (Visual Basic)

DirectMusicPerformance8.GetMasterVolume

Retrieves the current 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

DirectMusicPerformance8.SetMasterVolume