Class RidDirection
The allowed directions for an RID attribute.
Inheritance
System.Object
RidDirection
Namespace: FM.LiveSwitch.Sdp.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class RidDirection : object
Properties
Receive
Gets the receive direction ("recv").
Declaration
public static string Receive { get; }
Property Value
Type | Description |
---|---|
System.String |
Send
Gets the send direction ("send").
Declaration
public static string Send { get; }
Property Value
Type | Description |
---|---|
System.String |