FMIceLinkDataStreamBase Class Reference
Inherits from | FMIceLinkStream : FMIceLinkStreamBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
---|---|
Conforms to | TDataChannel __covariant |
Declared in | FMIceLinkDataStreamBase.h FMIceLinkDataStreamBase.m |
– changeDirectionWithNewDirection:
Changes this stream's [direction](#//api/name/direction)
- (FMIceLinkError *)changeDirectionWithNewDirection:(FMIceLinkStreamDirection)newDirection
Discussion
Changes this stream's [direction](#//api/name/direction)
Declared In
FMIceLinkDataStreamBase.h
– channels
Gets the channels.
- (NSMutableArray *)channels
Discussion
Gets the channels.
Declared In
FMIceLinkDataStreamBase.h
+ dataStreamBase
Initializes a new instance of the FMIceLinkDataStreamBase`1 class.
+ (FMIceLinkDataStreamBase *)dataStreamBase
Discussion
Initializes a new instance of the FMIceLinkDataStreamBase`1 class.
Declared In
FMIceLinkDataStreamBase.h
– direction
Gets the current direction.
- (FMIceLinkStreamDirection)direction
Discussion
Gets the current direction.
Declared In
FMIceLinkDataStreamBase.h
– init
Initializes a new instance of the FMIceLinkDataStreamBase`1 class.
- (instancetype)init
Discussion
Initializes a new instance of the FMIceLinkDataStreamBase`1 class.
Declared In
FMIceLinkDataStreamBase.h
– label
Gets a label that identifies this class.
- (NSString *)label
Discussion
Gets a label that identifies this class.
Declared In
FMIceLinkDataStreamBase.h
– localDirection
Gets the current [direction](#//api/name/direction).
- (FMIceLinkStreamDirection)localDirection
Discussion
Gets the current [direction](#//api/name/direction).
Declared In
FMIceLinkDataStreamBase.h
– remoteDirection
Gets the current [direction](#//api/name/direction).
- (FMIceLinkStreamDirection)remoteDirection
Discussion
Gets the current [direction](#//api/name/direction).
Declared In
FMIceLinkDataStreamBase.h
– setLocalDirection:
Sets the current [direction](#//api/name/direction).
- (void)setLocalDirection:(FMIceLinkStreamDirection)value
Discussion
Sets the current [direction](#//api/name/direction).
Declared In
FMIceLinkDataStreamBase.h
– setRemoteDirection:
Sets the current [direction](#//api/name/direction).
- (void)setRemoteDirection:(FMIceLinkStreamDirection)value
Discussion
Sets the current [direction](#//api/name/direction).
Declared In
FMIceLinkDataStreamBase.h