pub type LinuxGeneralWindowCaptureSourceRef = ObsEitherSource<XCompositeInputSource, ObsPipeWireSourceRef>;Available on Linux only.
Aliased Type§
pub enum LinuxGeneralWindowCaptureSourceRef {
Left(XCompositeInputSource),
Right(ObsPipeWireSourceRef),
}