mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 04:44:49 +00:00
8 lines
217 B
C#
8 lines
217 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
public interface ITxRouting : IRoutingNumeric
|
|
{
|
|
IntFeedback VideoSourceNumericFeedback { get; }
|
|
IntFeedback AudioSourceNumericFeedback { get; }
|
|
}
|
|
} |