/// <summary>
 /// stop the current resource
 /// </summary>
 public void Stop()
 {
     AVTransport.Stop((UInt32)AVTid);
 }