fm.liveswitch.sdp.DirectionAttribute Class Referenceabstract

This specifies the mode in which tools should be started. More...

Public Member Functions

abstract fm.liveswitch.StreamDirection getStreamDirection ()
 Gets the stream direction. More...
 
- Public Member Functions inherited from fm.liveswitch.sdp.Attribute
fm.liveswitch.sdp.AttributeType getAttributeType ()
 Gets this Attribute's Type. More...
 
fm.liveswitch.sdp.AttributeCategory getMultiplexingCategory ()
 Gets the Multiplexing Category of this Attribute. More...
 
void setAttributeType (fm.liveswitch.sdp.AttributeType value)
 Sets this Attribute's Type. More...
 
String toString ()
 Converts this instance to a string. More...
 

Static Public Member Functions

static fm.liveswitch.sdp.DirectionAttribute generateDirectionAttribute (fm.liveswitch.StreamDirection direction)
 Creates a DirectionAttribute for a required direction. More...
 
- Static Public Member Functions inherited from fm.liveswitch.sdp.Attribute
static fm.liveswitch.sdp.Attribute createAttribute (String name, String value)
 Creates an attribute. More...
 
static String getTypeName (@SuppressWarnings("rawtypes") Class type)
 Gets the name of the attribute type. More...
 
static boolean isMediaLevel (@SuppressWarnings("rawtypes") Class type)
 Determines whether the type applies to media streams. More...
 
static boolean isSessionLevel (@SuppressWarnings("rawtypes") Class type)
 Determines whether the type applies to sessions. More...
 
static fm.liveswitch.sdp.Attribute parse (String s)
 Creates an fm.liveswitch.sdp.ConnectionData instance from a string. More...
 

Protected Member Functions

 DirectionAttribute ()
 
- Protected Member Functions inherited from fm.liveswitch.sdp.Attribute
 Attribute ()
 
abstract String getAttributeValue ()
 Gets the internal value of the attribute. More...
 
void setMultiplexingCategory (fm.liveswitch.sdp.AttributeCategory value)
 Sets the Multiplexing Category of this Attribute. More...
 

Detailed Description

This specifies the mode in which tools should be started.

Constructor & Destructor Documentation

◆ DirectionAttribute()

fm.liveswitch.sdp.DirectionAttribute.DirectionAttribute ( )
protected

Member Function Documentation

◆ generateDirectionAttribute()

static fm.liveswitch.sdp.DirectionAttribute fm.liveswitch.sdp.DirectionAttribute.generateDirectionAttribute ( fm.liveswitch.StreamDirection  direction)
static

Creates a DirectionAttribute for a required direction.

Parameters
directionDirection.

◆ getStreamDirection()

abstract fm.liveswitch.StreamDirection fm.liveswitch.sdp.DirectionAttribute.getStreamDirection ( )
abstract