protected unsafe override void ConnectImpl() { if (ActiveChannels.Count == 0) { AddToActiveChannels(ChannelNames.Color); } _client = new RTSPClient(IPAddress, Port, Username, Password); _client.Connect(); }
protected override void DisconnectImpl() { _client.Disconnect(); _client = null; }