Skip to content

Commit fb97140

Browse files
committed
Merge pull request retep998#26 from inrustwetrust/getstreamlatency
Corrected signature for GetStreamLatency (WASAPI)
2 parents 6c41a60 + 26b60ae commit fb97140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ pub struct IAudioClientVtbl {
18221822
) -> HRESULT,
18231823
pub GetStreamLatency: extern "system" fn(
18241824
This: *mut IAudioClient,
1825-
phnsLatency: REFERENCE_TIME,
1825+
phnsLatency: *mut REFERENCE_TIME,
18261826
) -> HRESULT,
18271827
pub GetCurrentPadding: extern "system" fn(
18281828
This: *mut IAudioClient,

0 commit comments

Comments
 (0)