|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function IsEAXAvailableOnOutputDevice (
nOutputIndex as Int16,
) as Boolean
|
|
[C#]
public bool IsEAXAvailableOnOutputDevice
Int16 nOutputIndex
);
|
|
[C++]
public: bool IsEAXAvailableOnOutputDevice (
Int16 nOutputIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nOutputIndex
|
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
|