sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 641 forks source link

TryAquireNextFrame-API for Desktop-Duplication-API. #977

Closed moritzuehling closed 6 years ago

moritzuehling commented 6 years ago

AquireNextFrame returning a non-Ok result is expected behaviour when submitting a short timeout, and shouldn't result in a (slow) exception.

Should help fixing #861, #839, and #515.

xoofx commented 6 years ago

Thanks!