MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetAttribute Method (attribute, value)
NamespacesMPfm.Sound.BassNetWrapperChannelGetAttribute(BASSAttribute, Single%)
Gets an attribute value of the current channel (specified in the attribute property). Returns the attribute value in the value property.
Declaration Syntax
C#Visual Basic
public void GetAttribute(
	BASSAttribute attribute,
	ref float value
)
Public Sub GetAttribute ( _
	attribute As BASSAttribute, _
	ByRef value As Single _
)
Parameters
attribute (BASSAttribute)
Channel attribute
value (Single%)
Value

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)