FMLiveSwitchSdesItemType Class Reference

An SDES Item Type. More...

Instance Methods

(instancetype) - init
 

Class Methods

(uint8_t) + canonicalName
 Gets the canonical name (CNAME) type. More...
 
(uint8_t) + emailAddress
 Gets the email address (EMAIL) type. More...
 
(uint8_t) + location
 Gets the location (LOC) type. More...
 
(uint8_t) + mid
 Gets the Media Identification (MID) type as defined in http://www.iana.org/go/draft-ietf-mmusic-sdp-bundle-negotiation-52 . More...
 
(uint8_t) + notice
 Gets the notice/status (NOTE) type. More...
 
(uint8_t) + null
 Gets the null type. More...
 
(uint8_t) + phoneNumber
 Gets the phone number (PHONE) type. More...
 
(uint8_t) + privateExtensions
 Gets the private extensions (PRIV) type. More...
 
(uint8_t) + repairedRtpStreamId
 Gets the repaired RTP stream identifier (RepairedRtpStreamId) type. More...
 
(uint8_t) + rtpStreamId
 Gets the RTP stream identifier (RtpStreamId) type. More...
 
(FMLiveSwitchSdesItemType *) + sdesItemType
 
(uint8_t) + toolName
 Gets the name of the tool (TOOL) type. More...
 
(uint8_t) + userName
 Gets the name of the user (NAME) type. More...
 

Detailed Description

An SDES Item Type.

Method Documentation

◆ canonicalName

+ (uint8_t) canonicalName

Gets the canonical name (CNAME) type.

◆ emailAddress

+ (uint8_t) emailAddress

Gets the email address (EMAIL) type.

◆ init

- (instancetype) init

◆ location

+ (uint8_t) location

Gets the location (LOC) type.

◆ mid

+ (uint8_t) mid

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

◆ notice

+ (uint8_t) notice

Gets the notice/status (NOTE) type.

◆ null

+ (uint8_t) null

Gets the null type.

◆ phoneNumber

+ (uint8_t) phoneNumber

Gets the phone number (PHONE) type.

◆ privateExtensions

+ (uint8_t) privateExtensions

Gets the private extensions (PRIV) type.

◆ repairedRtpStreamId

+ (uint8_t) repairedRtpStreamId

Gets the repaired RTP stream identifier (RepairedRtpStreamId) type.

◆ rtpStreamId

+ (uint8_t) rtpStreamId

Gets the RTP stream identifier (RtpStreamId) type.

◆ sdesItemType

+ (FMLiveSwitchSdesItemType*) sdesItemType

◆ toolName

+ (uint8_t) toolName

Gets the name of the tool (TOOL) type.

◆ userName

+ (uint8_t) userName

Gets the name of the user (NAME) type.