pub(crate) fn video_output(
native: bool,
is_windows: bool,
window: Option<i64>,
) -> VideoOutputExpand 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