FMIceLinkSdpSctpMedia Class Reference

Inherits from FMIceLinkSdpMedia : NSObject
Declared in FMIceLinkSdpSctpMedia.h
FMIceLinkSdpSctpMedia.m

Overview

An SDP media description with a transport protocol of "RTP/AVP" or "RTP/SAVP".

+ dtlsSctpTransportProtocol

Gets the protocol keyword for the SCTP over DTLS data profile.
+ (NSString *)dtlsSctpTransportProtocol

Discussion

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 *)associationUsage

Parameters

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 *)associationUsage

Parameters

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 *)sctpDtlsTransportProtocol

Discussion

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 *)sctpTransportProtocol

Discussion

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 *)protocol

Parameters

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 *)tcpDtlsSctpTransportProtocol

Discussion

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 *)udpDtlsSctpTransportProtocol

Discussion

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 *)webRtcDatachannelAssociationUsage

Discussion

Gets the Association Usage name registry for WebRTC Datachannel.

Declared In

FMIceLinkSdpSctpMedia.h