mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
parent
ad0cbba0b1
commit
f5753109d5
7 changed files with 785 additions and 735 deletions
|
|
@ -190,6 +190,12 @@ namespace PepperDash.Essentials
|
|||
(_CurrentSourceInfo.SourceDevice as IInUseTracking).InUseTracker.AddUser(this, "control");
|
||||
if (handler != null)
|
||||
handler(_CurrentSourceInfo, ChangeType.DidChange);
|
||||
|
||||
var vc = VideoCodec as IHasExternalSourceSwitching;
|
||||
if (vc != null)
|
||||
{
|
||||
vc.SetSelectedSource(_CurrentSourceInfo.SourceKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
SourceListItem _CurrentSourceInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue