Skip to main content

LinuxGeneralWindowCaptureSourceRef

Type Alias LinuxGeneralWindowCaptureSourceRef 

Source
pub type LinuxGeneralWindowCaptureSourceRef = ObsEitherSource<XCompositeInputSource, ObsPipeWireSourceRef>;
Available on Linux only.

Aliased Type§

pub enum LinuxGeneralWindowCaptureSourceRef {
    Left(XCompositeInputSource),
    Right(ObsPipeWireSourceRef),
}

Variants§