Skip to main content

video_output

Function video_output 

Source
pub(crate) fn video_output(
    native: bool,
    is_windows: bool,
    window: Option<i64>,
) -> VideoOutput
Expand description

Decide the video output from whether native video is on, the platform, and the app window’s handle (Windows only).

TRACES: UR-080 | DR-231, DR-237 | UT-274