Class DirectionAttribute
This specifies the mode in which tools should be started.
Inheritance
System.Object
    
    DirectionAttribute
      
      
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class DirectionAttribute : AttributeProperties
StreamDirection
Gets the stream direction.
Declaration
public abstract StreamDirection StreamDirection { get; }Property Value
| Type | Description | 
|---|---|
| StreamDirection | 
Methods
GenerateDirectionAttribute(StreamDirection)
Creates a DirectionAttribute for a required direction.
Declaration
public static DirectionAttribute GenerateDirectionAttribute(StreamDirection direction)Parameters
| Type | Name | Description | 
|---|---|---|
| StreamDirection | direction | Direction. | 
Returns
| Type | Description | 
|---|---|
| DirectionAttribute |