FMIceLinkSdpRtpExtMapAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject |
|---|---|
| Declared in | FMIceLinkSdpRtpExtMapAttribute.h FMIceLinkSdpRtpExtMapAttribute.m |
Overview
– direction
- (FMIceLinkStreamDirection)directionDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– extensionAttributes
- (NSString *)extensionAttributesDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
+ extMapAttributeWithId:uri:
+ (FMIceLinkSdpRtpExtMapAttribute *)extMapAttributeWithId:(int)idValue uri:(NSString *)uriParameters
idValue |
Local identifier of this extension and is an integer in the valid range inclusive (0 is reserved for padding in both forms, and 15 is reserved in the one-byte header form. |
|---|---|
uri |
Well known extension identifier. |
Discussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
+ extMapAttributeWithId:uri:direction:
+ (FMIceLinkSdpRtpExtMapAttribute *)extMapAttributeWithId:(int)idValue uri:(NSString *)uri direction:(FMIceLinkStreamDirection)directionParameters
idValue |
Local identifier of this extension and is an integer in the valid range inclusive (0 is reserved for padding in both forms, and 15 is reserved in the one-byte header form. |
|---|---|
uri |
Well known extension identifier. |
direction |
Disered direction of this RTP Extension Header. |
Discussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
+ fromAttributeValue:
+ (FMIceLinkSdpRtpExtMapAttribute *)fromAttributeValue:(NSString *)valueParameters
value |
The attribute value. |
|---|
Discussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– getAttributeValue
@return
- (NSString *)getAttributeValueDiscussion
@return
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– id
- (int)idDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– initWithId:uri:
- (instancetype)initWithId:(int)idValue uri:(NSString *)uriParameters
idValue |
Local identifier of this extension and is an integer in the valid range inclusive (0 is reserved for padding in both forms, and 15 is reserved in the one-byte header form. |
|---|---|
uri |
Well known extension identifier. |
Discussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– initWithId:uri:direction:
- (instancetype)initWithId:(int)idValue uri:(NSString *)uri direction:(FMIceLinkStreamDirection)directionParameters
idValue |
Local identifier of this extension and is an integer in the valid range inclusive (0 is reserved for padding in both forms, and 15 is reserved in the one-byte header form. |
|---|---|
uri |
Well known extension identifier. |
direction |
Disered direction of this RTP Extension Header. |
Discussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– setDirection:
- (void)setDirection:(FMIceLinkStreamDirection)valueDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– setExtensionAttributes:
- (void)setExtensionAttributes:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h
– uri
- (NSString *)uriDiscussion
Declared In
FMIceLinkSdpRtpExtMapAttribute.h