Skip to content

Commit

Permalink
feat: adds sdi in/out port names
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Jun 19, 2024
1 parent 3a56e47 commit b326ccf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/PepperDash.Essentials.Core/Routing/RoutingPortNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,13 @@ public class RoutingPortNames
/// HdBaseTOut
/// </summary>
public const string HdBaseTOut = "hdBaseTOut";
/// <summary>
/// SdiIn
/// </summary>
public const string SdiIn = "sdiIn";
/// <summary>
/// SdiOut
/// </summary>
public const string SdiOut = "sdiOut";
}
}

0 comments on commit b326ccf

Please sign in to comment.