|    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] Public Function MultiChannelLoadingModeGet ( ByRef nMode as enumMultiChanDownmixModes ) as enumErrorCodes | 
| [C#] public enumErrorCodes MultiChannelLoadingModeGet ( ref enumMultiChanDownmixModes nMode ); | 
| [C++] public: enumErrorCodes MultiChannelLoadingModeGet ( enumMultiChanDownmixModes __gc *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. |