fm.liveswitch.SdesItemType Class Reference

An SDES Item Type. More...

Public Member Functions

 SdesItemType ()
 

Static Public Member Functions

static byte getCanonicalName ()
 Gets the canonical name (CNAME) type. More...
 
static byte getEmailAddress ()
 Gets the email address (EMAIL) type. More...
 
static byte getLocation ()
 Gets the location (LOC) type. More...
 
static byte getMid ()
 Gets the Media Identification (MID) type as defined in http://www.iana.org/go/draft-ietf-mmusic-sdp-bundle-negotiation-52 . More...
 
static byte getNotice ()
 Gets the notice/status (NOTE) type. More...
 
static byte getNull ()
 Gets the null type. More...
 
static byte getPhoneNumber ()
 Gets the phone number (PHONE) type. More...
 
static byte getPrivateExtensions ()
 Gets the private extensions (PRIV) type. More...
 
static byte getRepairedRtpStreamId ()
 Gets the repaired RTP stream identifier (RepairedRtpStreamId) type. More...
 
static byte getRtpStreamId ()
 Gets the RTP stream identifier (RtpStreamId) type. More...
 
static byte getToolName ()
 Gets the name of the tool (TOOL) type. More...
 
static byte getUserName ()
 Gets the name of the user (NAME) type. More...
 

Detailed Description

An SDES Item Type.

Constructor & Destructor Documentation

◆ SdesItemType()

fm.liveswitch.SdesItemType.SdesItemType ( )

Member Function Documentation

◆ getCanonicalName()

static byte fm.liveswitch.SdesItemType.getCanonicalName ( )
static

Gets the canonical name (CNAME) type.

◆ getEmailAddress()

static byte fm.liveswitch.SdesItemType.getEmailAddress ( )
static

Gets the email address (EMAIL) type.

◆ getLocation()

static byte fm.liveswitch.SdesItemType.getLocation ( )
static

Gets the location (LOC) type.

◆ getMid()

static byte fm.liveswitch.SdesItemType.getMid ( )
static

Gets the Media Identification (MID) type as defined in http://www.iana.org/go/draft-ietf-mmusic-sdp-bundle-negotiation-52 .

◆ getNotice()

static byte fm.liveswitch.SdesItemType.getNotice ( )
static

Gets the notice/status (NOTE) type.

◆ getNull()

static byte fm.liveswitch.SdesItemType.getNull ( )
static

Gets the null type.

◆ getPhoneNumber()

static byte fm.liveswitch.SdesItemType.getPhoneNumber ( )
static

Gets the phone number (PHONE) type.

◆ getPrivateExtensions()

static byte fm.liveswitch.SdesItemType.getPrivateExtensions ( )
static

Gets the private extensions (PRIV) type.

◆ getRepairedRtpStreamId()

static byte fm.liveswitch.SdesItemType.getRepairedRtpStreamId ( )
static

Gets the repaired RTP stream identifier (RepairedRtpStreamId) type.

◆ getRtpStreamId()

static byte fm.liveswitch.SdesItemType.getRtpStreamId ( )
static

Gets the RTP stream identifier (RtpStreamId) type.

◆ getToolName()

static byte fm.liveswitch.SdesItemType.getToolName ( )
static

Gets the name of the tool (TOOL) type.

◆ getUserName()

static byte fm.liveswitch.SdesItemType.getUserName ( )
static

Gets the name of the user (NAME) type.