BASS.NET API for the Un4seen BASS Audio Library

BassBASS_Get3DFactors Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberCode exampleBASS_Get3DFactors(Object, Object, Object)
Retrieves the factors that affect the calculations of 3D sound.

This overload uses objects (so you can pass in order to NOT retrieve a value). However a requested return value needs to be casted back into a float after getting it.

Public methodStatic memberCode exampleBASS_Get3DFactors(Single, Single, Single)
Retrieves the factors that affect the calculations of 3D sound.

This overload allows you to only get all three values at a time.

Top
See Also

Reference