MultiChannelLoadingModeSet method |
|
Remarks
Modifies the mode for managing the loading of multi-channel audio files. The current mode can be obtained through the MultiChannelLoadingModeGet method.
Syntax
[Visual Basic] Public Function MultiChannelLoadingModeSet ( nMode as enumMultiChanDownmixModes ) as enumErrorCodes |
[C#] public enumErrorCodes MultiChannelLoadingModeSet ( enumMultiChanDownmixModes nMode ); |
[C++] public: enumErrorCodes MultiChannelLoadingModeSet ( enumMultiChanDownmixModes nMode ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nMode |
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. |