Member of ML.SDK.MLPlayer
Method
bool MLPlayer.UpdateTransmissionChannels(byte[] channelsToRemove, byte[] channelsToAdd)
bool MLPlayer.UpdateTransmissionChannels(byte[] channelsToRemove, byte[] channelsToAdd);
Parameters
Parameter | Type | Description |
---|---|---|
channelsToRemove | byte[] | Channels to unsubscribe from transmission. Null will not remove any. |
channelsToAdd | byte[] | Channels to subscribe to transmission. Null will not add any. |
Returns
bool return true if operation could be send to the server, otherwise false. Also returns false if the channels to add are already subscribed.
Summary
Update transmission channel of the local client.