Beispiel #1
0
 /// <summary>
 /// Executes toxav_kill to free the tox handle.
 /// </summary>
 /// <returns></returns>
 protected override bool ReleaseHandle()
 {
     ToxAvFunctions.Kill(handle);
     return(true);
 }