FM.LiveSwitch by Frozen Mountain Software

<PackageReference Include="FM.LiveSwitch" Version="1.5.2.10725" />

 FeedbackAttribute

public class FeedbackAttribute : Attribute
public static int WildcardPayloadType { get; }

public int PayloadType { get; set; }

public string SubType { get; set; }

public string Type { get; set; }

public FeedbackAttribute(int payloadType, string type)

public FeedbackAttribute(int payloadType, string type, string subtype)

public static FeedbackAttribute CcmFirAttribute(int payloadType)

public static FeedbackAttribute CcmLrrAttribute(int payloadType)

public static FeedbackAttribute FromAttributeValue(string value)

public static FeedbackAttribute NackAttribute(int payloadType)

public static FeedbackAttribute NackPliAttribute(int payloadType)

public static FeedbackAttribute NackRpsiAttribute(int payloadType)

public static FeedbackAttribute NackSliAttribute(int payloadType)

public static FeedbackAttribute RembAttribute(int payloadType)