FMIceLinkIStream Protocol Reference
| Declared in | FMIceLinkIStream.h | 
|---|
– addOnDirectionChange:
required method
	
Adds a handler that is raised when the signalling state changes.
			- (void)addOnDirectionChange:(FMIceLinkAction0 *)valueDiscussion
Adds a handler that is raised when the signalling state changes.
			Declared In
FMIceLinkIStream.h
– changeDirectionWithNewDirection:
required method
	
Changes this stream's [direction](#//api/name/direction).
			- (FMIceLinkError *)changeDirectionWithNewDirection:(FMIceLinkStreamDirection)newDirectionDiscussion
Changes this stream's [direction](#//api/name/direction).
			Declared In
FMIceLinkIStream.h
– direction
required method
	
Gets the current direction.
			- (FMIceLinkStreamDirection)directionDiscussion
Gets the current direction.
			Declared In
FMIceLinkIStream.h
– id
required method
	
Gets the identifier.
			- (NSString *)idDiscussion
Gets the identifier.
			Declared In
FMIceLinkIStream.h
– label
required method
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkIStream.h
– localDirection
required method
	
Gets current [direction](#//api/name/direction) indicated by the local description.
			- (FMIceLinkStreamDirection)localDirectionDiscussion
Gets current [direction](#//api/name/direction) indicated by the local description.
			Declared In
FMIceLinkIStream.h
– localReceive
required method
	
Gets a value indicating whether receiving media is supported by the local peer on this stream.
			- (bool)localReceiveDiscussion
Gets a value indicating whether receiving media is supported by the local peer on this stream.
			Declared In
FMIceLinkIStream.h
– localSend
required method
	
Gets a value indicating whether sending media is supported by the local peer on this stream.
			- (bool)localSendDiscussion
Gets a value indicating whether sending media is supported by the local peer on this stream.
			Declared In
FMIceLinkIStream.h
– remoteDirection
required method
	
Gets the current [direction](#//api/name/direction) indicated by the remote description.
			- (FMIceLinkStreamDirection)remoteDirectionDiscussion
Gets the current [direction](#//api/name/direction) indicated by the remote description.
			Declared In
FMIceLinkIStream.h
– remoteReceive
required method
	
Gets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream [direction](#//api/name/direction) has not been received.
			- (bool)remoteReceiveDiscussion
Gets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream [direction](#//api/name/direction) has not been received.
			Declared In
FMIceLinkIStream.h
– remoteSend
required method
	
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream [direction](#//api/name/direction) has not been received.
			- (bool)remoteSendDiscussion
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream [direction](#//api/name/direction) has not been received.
			Declared In
FMIceLinkIStream.h
– removeOnDirectionChange:
required method
	
Removes a handler that is raised when the signalling state changes.
			- (void)removeOnDirectionChange:(FMIceLinkAction0 *)valueDiscussion
Removes a handler that is raised when the signalling state changes.
			Declared In
FMIceLinkIStream.h
– setId:
required method
	
Sets the identifier.
			- (void)setId:(NSString *)valueDiscussion
Sets the identifier.
			Declared In
FMIceLinkIStream.h
– setLocalDirection:
required method
	
Sets current [direction](#//api/name/direction) indicated by the local description.
			- (void)setLocalDirection:(FMIceLinkStreamDirection)valueDiscussion
Sets current [direction](#//api/name/direction) indicated by the local description.
			Declared In
FMIceLinkIStream.h
– setLocalReceive:
required method
	
Sets a value indicating whether receiving media is supported by the local peer on this stream.
			- (void)setLocalReceive:(bool)valueDiscussion
Sets a value indicating whether receiving media is supported by the local peer on this stream.
			Declared In
FMIceLinkIStream.h
– setLocalSend:
required method
	
Sets a value indicating whether sending media is supported by the local peer on this stream.
			- (void)setLocalSend:(bool)valueDiscussion
Sets a value indicating whether sending media is supported by the local peer on this stream.
			Declared In
FMIceLinkIStream.h
– setTag:
required method
	
Sets an optional [tag](#//api/name/tag) to identify this instance.
			- (void)setTag:(NSString *)valueDiscussion
Sets an optional [tag](#//api/name/tag) to identify this instance.
			Declared In
FMIceLinkIStream.h
– tag
required method
	
Gets an optional tag to identify this instance.
			- (NSString *)tagDiscussion
Gets an optional tag to identify this instance.
			Declared In
FMIceLinkIStream.h
– type
required method
	
Gets the type.
			- (FMIceLinkStreamType)typeDiscussion
Gets the type.
			Declared In
FMIceLinkIStream.h