Closed xmedeko closed 7 years ago
Speedup is expecially by using BeginInvoke for InvalidateVideoImage(). Probably fixing #15
BeginInvoke
InvalidateVideoImage()
@Sascha-L we use this speedup in a production app for several thousands of users and have no problem so far.
Speedup is expecially by using
BeginInvoke
forInvalidateVideoImage()
. Probably fixing #15