FMIceLinkSdpSdpLanguageAttribute Class Reference
Inherits from | FMIceLinkSdpAttribute : NSObject |
---|---|
Declared in | FMIceLinkSdpSdpLanguageAttribute.h FMIceLinkSdpSdpLanguageAttribute.m |
Overview
This can be a session-level attribute or a media-level
attribute. As a session-level attribute, it specifies the
language for the session description. As a media-level
attribute, it specifies the language for any media-level SDP
information field associated with that media. Multiple sdplang
attributes can be provided either at session or media level if
multiple languages in the session description or media use
multiple languages, in which case the order of the attributes
indicates the order of importance of the various languages in
the session or media from most important to least important.
+ fromAttributeValue:
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
+ (FMIceLinkSdpSdpLanguageAttribute *)fromAttributeValue:(NSString *)value
Parameters
value |
The attribute value. |
---|
Discussion
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
Declared In
FMIceLinkSdpSdpLanguageAttribute.h
– getAttributeValue
Gets the internal value of the attribute.
- (NSString *)getAttributeValue
Discussion
Gets the internal value of the attribute.
Declared In
FMIceLinkSdpSdpLanguageAttribute.h
– initWithLanguageTag:
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
- (instancetype)initWithLanguageTag:(NSString *)languageTag
Parameters
languageTag |
The language for either the session description (if used as a session-level attribute) or any media-level SDP information field associated with that media (if used as a media-level attribute). |
---|
Discussion
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
Declared In
FMIceLinkSdpSdpLanguageAttribute.h
– languageTag
Gets the language for either the session description
(if used as a session-level attribute) or any media-level SDP
information field associated with that media (if used as a
media-level attribute).
- (NSString *)languageTag
Discussion
Gets the language for either the session description
(if used as a session-level attribute) or any media-level SDP
information field associated with that media (if used as a
media-level attribute).
Declared In
FMIceLinkSdpSdpLanguageAttribute.h
+ sdpLanguageAttributeWithLanguageTag:
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
+ (FMIceLinkSdpSdpLanguageAttribute *)sdpLanguageAttributeWithLanguageTag:(NSString *)languageTag
Parameters
languageTag |
The language for either the session description (if used as a session-level attribute) or any media-level SDP information field associated with that media (if used as a media-level attribute). |
---|
Discussion
Initializes a new instance of the FMIceLinkSdpSdpLanguageAttribute class.
Declared In
FMIceLinkSdpSdpLanguageAttribute.h