|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.IsEAXAvailableOnOutputDevice (
nIndex as Integer
) as boolean
|
|
[C++]
BOOL control.IsEAXAvailableOnOutputDevice (
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nIndex
|
Number representing the zero-based index of the output device whose friendly name must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
FALSE
|
EAX effects are not available on the given output device
|
|
TRUE
|
EAX effects are available on the given output device
|