Member of ML.SDK.MLPlayer
Method
bool MLPlayer.UpdateReceiverChannels(byte[] channelsToRemove, byte[] channelsToAdd)
bool MLPlayer.UpdateReceiverChannels(byte[] channelsToRemove, byte[] channelsToAdd);
Parameters
Parameter | Type | Description |
---|---|---|
channelsToRemove | byte[] | Channels to un-subscribe from receiving. Null will not remove any. |
channelsToAdd | byte[] | Channel to subscribe to receiver. Null will not add any. |
Returns
Summary
Update receiving channel of the local client.