MixrResource.SetChannelInfo

MixrResource.SetChannelInfo method

Sets the channel information.

public void SetChannelInfo(int channelIndex, byte[] value)
ParameterTypeDescription
channelIndexInt32Index of the channel.
valueByte[]The value.

Exceptions

exceptioncondition
ArgumentExceptionMixr resource has no more than 4 channels. Index of First channel is 0

See Also