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 b1e7ecb commit 1940430Copy full SHA for 1940430
1 file changed
src/capturer/engine/mod.rs
@@ -18,7 +18,7 @@ pub type ChannelItem = (
18
screencapturekit::sc_output_handler::SCStreamOutputType,
19
);
20
#[cfg(not(target_os = "macos"))]
21
-pub type ChannelContents = Frame;
+pub type ChannelItem = Frame;
22
23
pub fn get_output_frame_size(options: &Options) -> [u32; 2] {
24
#[cfg(target_os = "macos")]
0 commit comments