fm.liveswitch.SessionDescriptionType Enum Reference

A session description type. More...

Public Member Functions

 SessionDescriptionType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static SessionDescriptionType getByAssignedValue (int value)
 

Public Attributes

 Offer =(1)
 Indicates an offer. More...
 
 Answer =(2)
 Indicates an answer. More...
 

Detailed Description

A session description type.

Constructor & Destructor Documentation

◆ SessionDescriptionType()

fm.liveswitch.SessionDescriptionType.SessionDescriptionType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.SessionDescriptionType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.SessionDescriptionType.getAssignedValue ( )

◆ getByAssignedValue()

static SessionDescriptionType fm.liveswitch.SessionDescriptionType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Answer

fm.liveswitch.SessionDescriptionType.Answer =(2)

Indicates an answer.

◆ Offer

fm.liveswitch.SessionDescriptionType.Offer =(1)

Indicates an offer.