FMIceLinkSdpMediaStreamIdAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpMediaStreamIdAttribute.h
FMIceLinkSdpMediaStreamIdAttribute.m

Overview

[https://tools.ietf.org/html/rfc5888](https://tools.ietf.org/html/rfc5888)#page-4 "Media stream identification" media attribute, which is used for identifying media streams within a session description. Its formatting in SDP [RFC4566] is described by the following Augmented Backus-Naur Form(ABNF) [RFC5234]: mid-attribute = "a=mid:" identification-tag identification-tag = token ; token is defined in RFC 4566 The identification-tag MUST be unique within an SDP session description.

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.
+ (FMIceLinkSdpMediaStreamIdAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.

Declared In

FMIceLinkSdpMediaStreamIdAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpMediaStreamIdAttribute.h

– identificationTag

Gets the identification tag.
- (NSString *)identificationTag

Discussion

Gets the identification tag.

Declared In

FMIceLinkSdpMediaStreamIdAttribute.h

– initWithId:

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.
- (instancetype)initWithId:(NSString *)idValue

Parameters

idValue

The identifier.

Discussion

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.

Declared In

FMIceLinkSdpMediaStreamIdAttribute.h

+ mediaStreamIdAttributeWithId:

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.
+ (FMIceLinkSdpMediaStreamIdAttribute *)mediaStreamIdAttributeWithId:(NSString *)idValue

Parameters

idValue

The identifier.

Discussion

Initializes a new instance of the FMIceLinkSdpMediaStreamIdAttribute class.

Declared In

FMIceLinkSdpMediaStreamIdAttribute.h