Skip to main content

Description

LckMediator is a static utility that coordinates registration and lookup of cameras (ILckCamera) and monitors (ILckMonitor) within LCK. It maintains collections of active cameras and monitors, raises events when they are registered or unregistered, and forwards monitor-to-camera assignments to downstream systems like mixers. In most cases you won’t call LckMediator directly — LckCamera and LckMonitor register and unregister themselves automatically during their lifecycle. Use it when you need manual control over custom camera/monitor implementations or want to react to registration events.

Usage

Manually registering a custom ILckCamera implementation

Reacting to camera/monitor registration events


References

Events

Methods


See Also

  • LckCamera — MonoBehaviour that auto-registers with LckMediator on enable
  • LckMonitor — MonoBehaviour that auto-registers with LckMediator on enable
  • LckCamera — Interface for custom camera implementations
  • LckMonitor — Interface for custom monitor implementations