Data stream base properties/methods. More...
Instance Methods | |
(void) | - attachToChannel: |
Attaches a data channel to this stream (events and IDs). More... | |
(long long) | - bytesReceived |
Gets the number of bytes received. More... | |
(long long) | - bytesSent |
Gets the number of bytes sent. More... | |
(NSString *) | - canonicalName |
Gets the canonical name. More... | |
(FMLiveSwitchError *) | - changeDirectionWithNewDirection: |
Changes this stream's direction. More... | |
(NSMutableArray *) | - channels |
Gets the channels. More... | |
(FMLiveSwitchStreamDirection) | - direction |
Gets the current direction. More... | |
(FMLiveSwitchDataStreamInfo *) | - info |
Gets the data stream info. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchDataStreamBase`1 class. More... | |
(NSString *) | - label |
Gets a label that identifies this class. More... | |
(FMLiveSwitchStreamDirection) | - localDirection |
Gets the current direction. More... | |
(long long) | - messagesReceived |
Gets the number of messages received. More... | |
(long long) | - messagesSent |
Gets the number of messages sent. More... | |
(void) | - processStateChange |
Processes a state change. More... | |
(void) | - processStateLockChange |
Processes a state lock change. More... | |
(void) | - registerDataReceivedWithDataLength: |
Registers that a data has been received. More... | |
(void) | - registerDataSentWithDataLength: |
Registers that a data has been received. More... | |
(FMLiveSwitchStreamDirection) | - remoteDirection |
Gets the current direction. More... | |
(void) | - setLocalDirection: |
Sets the current direction. More... | |
Class Methods | |
(FMLiveSwitchDataStreamBase *) | + dataStreamBase |
Initializes a new instance of the FMLiveSwitchDataStreamBase`1 class. More... | |
Protected Attributes | |
__pad0__: FMLiveSwitchStream<FMLiveSwitchIDataStream | |
Data stream base properties/methods.
- (void) attachToChannel: | (TDataChannel) | channel |
Attaches a data channel to this stream (events and IDs).
channel |
- (long long) bytesReceived |
Gets the number of bytes received.
- (long long) bytesSent |
Gets the number of bytes sent.
- (NSString*) canonicalName |
Gets the canonical name.
- (FMLiveSwitchError*) changeDirectionWithNewDirection: | (FMLiveSwitchStreamDirection) | newDirection |
Changes this stream's direction.
- (NSMutableArray*) channels |
Gets the channels.
Implemented in FMLiveSwitchDataStream.
+ (FMLiveSwitchDataStreamBase*) dataStreamBase |
Initializes a new instance of the FMLiveSwitchDataStreamBase`1 class.
- (FMLiveSwitchStreamDirection) direction |
Gets the current direction.
- (FMLiveSwitchDataStreamInfo*) info |
Gets the data stream info.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchDataStreamBase`1 class.
- (NSString*) label |
Gets a label that identifies this class.
- (FMLiveSwitchStreamDirection) localDirection |
Gets the current direction.
- (long long) messagesReceived |
Gets the number of messages received.
- (long long) messagesSent |
Gets the number of messages sent.
- (void) processStateChange |
Processes a state change.
- (void) processStateLockChange |
Processes a state lock change.
- (void) registerDataReceivedWithDataLength: | (int) | dataLength |
Registers that a data has been received.
dataLength | The data length. |
- (void) registerDataSentWithDataLength: | (int) | dataLength |
Registers that a data has been received.
dataLength | The data length. |
- (FMLiveSwitchStreamDirection) remoteDirection |
Gets the current direction.
- (void) setLocalDirection: | (FMLiveSwitchStreamDirection) | value |
Sets the current direction.
|
protected |