public uint SendPauseCommand(MediaSession session, RTSPClient.ResponseHandler responseHandler, Authenticator authenticator) { return(impl.sendPauseCommand(Native, session, new WeakDelegate <RTSPClient.ResponseHandler>(responseHandler), authenticator)); }