Skip to main content

LinuxGeneralScreenCaptureSourceRef

Type Alias LinuxGeneralScreenCaptureSourceRef 

Source
pub type LinuxGeneralScreenCaptureSourceRef = ObsEitherSource<ObsSourceRef, ObsPipeWireSourceRef>;
Available on Linux only.

Aliased Type§

pub enum LinuxGeneralScreenCaptureSourceRef {
    Left(ObsSourceRef),
    Right(ObsPipeWireSourceRef),
}

Variants§

§

Left(ObsSourceRef)

§

Right(ObsPipeWireSourceRef)