Function screen_args

Source
pub(crate) fn screen_args(
    o: &ScreenCaptureOptions,
    loopback: Option<&str>,
) -> Vec<String>
Expand description

ffmpeg arguments for a screen recording. loopback is the dshow device used for desktop audio (already resolved by the caller); mic and loopback are mixed when both are present.