We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d41bc commit cb830b9Copy full SHA for cb830b9
1 file changed
crates/recording/src/capture_pipeline.rs
@@ -52,6 +52,7 @@ impl EncoderPreferences {
52
}
53
54
pub trait MakeCapturePipeline: ScreenCaptureFormat + std::fmt::Debug + 'static {
55
+ #[allow(clippy::too_many_arguments)]
56
async fn make_studio_mode_pipeline(
57
screen_capture: screen_capture::VideoSourceConfig,
58
output_path: PathBuf,
@@ -169,6 +170,7 @@ impl MakeCapturePipeline for screen_capture::CMSampleBufferCapture {
169
170
171
#[cfg(windows)]
172
impl MakeCapturePipeline for screen_capture::Direct3DCapture {
173
174
175
176
0 commit comments