We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03f15a commit 3cefe71Copy full SHA for 3cefe71
src/capturer/engine/win/mod.rs
@@ -76,7 +76,7 @@ impl GraphicsCaptureApiHandler for Capturer {
76
frame: &mut WCFrame,
77
_: InternalCaptureControl,
78
) -> Result<(), Self::Error> {
79
- let elapsed = frame.timespan().Duration - self.start_time.0;
+ let elapsed = frame.timestamp().Duration - self.start_time.0;
80
let display_time = self
81
.start_time
82
.1
0 commit comments