mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Updates to Video Codec Interfaces
This commit is contained in:
parent
830093da3b
commit
849675c539
4 changed files with 31 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ using PepperDash.Essentials.Core;
|
|||
|
||||
namespace PepperDash.Essentials.Devices.VideoCodec
|
||||
{
|
||||
public abstract class VideoCodecBase : Device, IRoutingSinkWithSwitching, IUsageTracking, IHasDialer //, ICodecAudio
|
||||
public abstract class VideoCodecBase : Device, IRoutingSinkWithSwitching, IUsageTracking, IHasDialer, IHasSharing //, ICodecAudio
|
||||
{
|
||||
#region IUsageTracking Members
|
||||
|
||||
|
|
@ -101,5 +101,11 @@ namespace PepperDash.Essentials.Devices.VideoCodec
|
|||
public BoolFeedback PrivacyModeIsOnFeedback { get; private set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region IHasSharing Members
|
||||
|
||||
public BoolFeedback SharingSourceFeedback { get; private set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue