FMIceLinkDataStream Class Reference
| Inherits from | FMIceLinkDataStreamBase : FMIceLinkStream : FMIceLinkStreamBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Conforms to | * FMIceLinkDataChannel |
| Declared in | FMIceLinkDataStream.h FMIceLinkDataStream.m |
– channels
Gets the channels.
- (NSMutableArray *)channelsDiscussion
Gets the channels.
Declared In
FMIceLinkDataStream.h
– createSdpMediaDescriptionWithSdpMessage:supportSdes:isOffer:renegotiation:
Generates SDP media description for data stream.
- (FMIceLinkSdpMediaDescription *)createSdpMediaDescriptionWithSdpMessage:(FMIceLinkSdpMessage *)sdpMessage supportSdes:(bool)supportSdes isOffer:(bool)isOffer renegotiation:(bool)renegotiationParameters
sdpMessage |
The SDP message. |
|---|---|
supportSdes |
if set to true Sdp message will contain SDES crypto attibutes. |
isOffer |
if set to true Sdp media description is a part of an Sdp offer. |
renegotiation |
Indicates whether media description generation is a part of the SDP renegotiation attempt. |
Discussion
Generates SDP media description for data stream.
Declared In
FMIceLinkDataStream.h
+ dataStreamWithChannel:
Initializes a new instance of the FMIceLinkDataStream class.
+ (FMIceLinkDataStream *)dataStreamWithChannel:(FMIceLinkDataChannel *)channelParameters
channel |
The channel. |
|---|
Discussion
Initializes a new instance of the FMIceLinkDataStream class.
Declared In
FMIceLinkDataStream.h
+ dataStreamWithChannels:
Initializes a new instance of the FMIceLinkDataStream class.
+ (FMIceLinkDataStream *)dataStreamWithChannels:(NSMutableArray *)channelsParameters
channels |
The channels. |
|---|
Discussion
Initializes a new instance of the FMIceLinkDataStream class.
Declared In
FMIceLinkDataStream.h
– initWithChannel:
Initializes a new instance of the FMIceLinkDataStream class.
- (instancetype)initWithChannel:(FMIceLinkDataChannel *)channelParameters
channel |
The channel. |
|---|
Discussion
Initializes a new instance of the FMIceLinkDataStream class.
Declared In
FMIceLinkDataStream.h
– initWithChannels:
Initializes a new instance of the FMIceLinkDataStream class.
- (instancetype)initWithChannels:(NSMutableArray *)channelsParameters
channels |
The channels. |
|---|
Discussion
Initializes a new instance of the FMIceLinkDataStream class.
Declared In
FMIceLinkDataStream.h
– processCachedSettings
Process the cached settings.
- (void)processCachedSettingsDiscussion
Process the cached settings.
Declared In
FMIceLinkDataStream.h
– sctpPort
Gets the SCTP port.
- (int)sctpPortDiscussion
Gets the SCTP port.
Declared In
FMIceLinkDataStream.h
– setUseSdes:
Sets a value indicating whether SDES encryption is in use for this stream.
- (void)setUseSdes:(bool)valueDiscussion
Sets a value indicating whether SDES encryption is in use for this stream.
Declared In
FMIceLinkDataStream.h
– useSdes
Gets a value indicating whether SDES encryption is in use for this stream.
- (bool)useSdesDiscussion
Gets a value indicating whether SDES encryption is in use for this stream.
Declared In
FMIceLinkDataStream.h