MidiDjConsole.ProfileInfoStringSet method |
|
Remarks
Modifies a string containing information about the DJ Console profile. The current specific information string can be obtained through the MidiDjConsole.ProfileInfoStringGet method.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] MidiDevices.MidiDjConsole.ProfileInfoStringSet ( nStringType as enumProfileInfoStringType, strInfo as String ) as enumDjcErrorCodes |
[C#] public enumDjcErrorCodes MidiDjConsole.ProfileInfoStringSet ( enumProfileInfoStringType nStringType, string strInfo ); |
[C++] public: enumDjcErrorCodes MidiDjConsole.ProfileInfoStringSet ( enumProfileInfoStringType nStringType, string strInfo ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nStringType |
Specifies the type of information string to modify. Supported values are the following:
|
||||||||||||||||||
strInfo |
String containing information to insert. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The method call was successful. |