Skip to main content

CaptureChannel

Type Alias CaptureChannel 

Source
pub type CaptureChannel = Arc<RwLock<Option<SharedChannel>>>;
Expand description

Shared slot holding the active capture session’s open channel, so DPI / SmartShift writes can reuse it instead of opening a fresh one. None whenever no session is connected.

Aliased Type§

pub struct CaptureChannel { /* private fields */ }