Esempio n. 1
0
 public uint SendPlayCommand(MediaSession session, RTSPClient.ResponseHandler responseHandler, double start, double end, float scale, Authenticator authenticator)
 {
     return(impl.sendPlayCommand(Native, session, new WeakDelegate <RTSPClient.ResponseHandler>(responseHandler), start, end, scale, authenticator));
 }