Type alias TimelineContentOBSInputSettings
Timeline
ContentOBSInput
Settings
: TimelineContentOBSBase & { type
: INPUT_SETTINGS; } & XOR<{ sourceSettings
: { close_when_inactive
?: boolean; hw_decode
?: boolean; input
?: string; is_local_file
?: boolean; local_file
?: string; looping
?: boolean; }; sourceType
: "ffmpeg_source"; }, { sourceType
: "dshow_input" | "browser_source" | "window_capture" | "image_source"; }>