MultiChannelLoadingModeGet method |
|
Remarks
Obtains the current mode for managing the loading of multi-channel audio files. The current mode can be modified through the MultiChannelLoadingModeSet method.
Syntax
[Visual Basic] control.MultiChannelLoadingModeGet ( ByRef nMode as enumMultiChanDownmixModes ) as enumErrorCodes |
[C++] short control.MultiChannelLoadingModeGet ( short *nMode ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nMode |
Reference that, on return from the method call, will contain the number representing the loading mode. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |