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