mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +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
|
|
@ -11,7 +11,9 @@ namespace PepperDash.Essentials.Core
|
|||
/// </summary>
|
||||
public interface IHasSharing
|
||||
{
|
||||
void StartSharing();
|
||||
void StopSharing();
|
||||
|
||||
BoolFeedback SharingSourceFeedback { get; }
|
||||
StringFeedback SharingSourceFeedback { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue