setChannelKey method

void setChannelKey(
  1. int channel,
  2. int key
)

Implementation

void setChannelKey(int channel, int key) {
  appPlayerSetChannel(playerId, channel, key);
}