public uint SendSetupCommand(MediaSubsession subsession, RTSPClient.ResponseHandler responseHandler, uint streamOutgoing, uint streamUsingTCP, uint forceMulticastOnUnspecified, Authenticator authenticator) { return(impl.sendSetupCommand(Native, subsession, new WeakDelegate <RTSPClient.ResponseHandler>(responseHandler), streamOutgoing, streamUsingTCP, forceMulticastOnUnspecified, authenticator)); }