FMIceLinkSdpSctpMedia Class Reference
| Inherits from | FMIceLinkSdpMedia : NSObject |
|---|---|
| Declared in | FMIceLinkSdpSctpMedia.h FMIceLinkSdpSctpMedia.m |
+ dtlsSctpTransportProtocol
Gets the protocol keyword for the SCTP over DTLS data profile.
+ (NSString *)dtlsSctpTransportProtocolDiscussion
Gets the protocol keyword for the SCTP over DTLS data profile.
Declared In
FMIceLinkSdpSctpMedia.h
– initWithMediaType:transportPort:transportProtocol:associationUsage:
Initializes a new instance of the FMIceLinkSdpSctpMedia class.
- (instancetype)initWithMediaType:(NSString *)mediaType transportPort:(int)transportPort transportProtocol:(NSString *)transportProtocol associationUsage:(NSString *)associationUsageParameters
mediaType |
The media type. See FMIceLinkSdpMediaType for possible values. |
|---|---|
transportPort |
The transport port. |
transportProtocol |
The transport protocol. |
associationUsage |
The association usage. |
Discussion
Initializes a new instance of the FMIceLinkSdpSctpMedia class.
Declared In
FMIceLinkSdpSctpMedia.h
+ mediaWithMediaType:transportPort:transportProtocol:associationUsage:
Initializes a new instance of the FMIceLinkSdpSctpMedia class.
+ (FMIceLinkSdpSctpMedia *)mediaWithMediaType:(NSString *)mediaType transportPort:(int)transportPort transportProtocol:(NSString *)transportProtocol associationUsage:(NSString *)associationUsageParameters
mediaType |
The media type. See FMIceLinkSdpMediaType for possible values. |
|---|---|
transportPort |
The transport port. |
transportProtocol |
The transport protocol. |
associationUsage |
The association usage. |
Discussion
Initializes a new instance of the FMIceLinkSdpSctpMedia class.
Declared In
FMIceLinkSdpSctpMedia.h
+ sctpDtlsTransportProtocol
Gets the protocol keyword for the DTLS over SCTP data profile.
+ (NSString *)sctpDtlsTransportProtocolDiscussion
Gets the protocol keyword for the DTLS over SCTP data profile.
Declared In
FMIceLinkSdpSctpMedia.h
+ sctpTransportProtocol
Gets the protocol keyword for the SCTP data profile.
+ (NSString *)sctpTransportProtocolDiscussion
Gets the protocol keyword for the SCTP data profile.
Declared In
FMIceLinkSdpSctpMedia.h
+ supportsEncryptionWithProtocol:
Returns a value indicating whther a given protocol supports encryption.
+ (bool)supportsEncryptionWithProtocol:(NSString *)protocolParameters
protocol |
Protocol keyword. |
|---|
Return Value
Value indicating whther a given protocol supports encryption.
Discussion
Returns a value indicating whther a given protocol supports encryption.
Declared In
FMIceLinkSdpSctpMedia.h
+ tcpDtlsSctpTransportProtocol
Gets the protocol keyword for the SCTP over DTLS over TCP data profile.
+ (NSString *)tcpDtlsSctpTransportProtocolDiscussion
Gets the protocol keyword for the SCTP over DTLS over TCP data profile.
Declared In
FMIceLinkSdpSctpMedia.h
+ udpDtlsSctpTransportProtocol
Gets the protocol keyword for the SCTP over DTLS over UDP data profile.
+ (NSString *)udpDtlsSctpTransportProtocolDiscussion
Gets the protocol keyword for the SCTP over DTLS over UDP data profile.
Declared In
FMIceLinkSdpSctpMedia.h
+ webRtcDatachannelAssociationUsage
Gets the Association Usage name registry for WebRTC Datachannel.
+ (NSString *)webRtcDatachannelAssociationUsageDiscussion
Gets the Association Usage name registry for WebRTC Datachannel.
Declared In
FMIceLinkSdpSctpMedia.h