MixrResource.GetChannelInfo

MixrResource.GetChannelInfo method

Gets the channel information raw data

public byte[] GetChannelInfo(int channelIndex)
ParameterTypeDescription
channelIndexInt32Index of the channel.

Return Value

Raw byte array of channel info.

Exceptions

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

See Also