示例#1
0
 public uint SendAnnounceCommand(string sdpDescription, RTSPClient.ResponseHandler responseHandler, Authenticator authenticator)
 {
     return(impl.sendAnnounceCommand(Native, sdpDescription, new WeakDelegate <RTSPClient.ResponseHandler>(responseHandler), authenticator));
 }