Class Methods | |
(FMLiveSwitchWssDemuxer *) | + wssDemuxerWithServiceConnection:depacketizer: |
- (void) addOnConnectionStateUpdateWithConnectionId: | (NSString *) | connectionId | |
action: | (FMLiveSwitchAction1< id > *) | action | |
- (void) addOnConnectionStateUpdateWithConnectionId: | (NSString *) | connectionId | |
actionBlock: | (void(^)(FMLiveSwitchConnectionState)) | actionBlock | |
- (FMLiveSwitchConnectionState) addOnConnectionStateUpdateWithConnectionIdAndActionBlock |
- (void) addOnFrameReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssMediaPacket * > *) | action | |
- (void) addOnFrameReceivedWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssMediaPacket *)) | actionBlock | |
- (FMLiveSwitchWssMediaPacket*) addOnFrameReceivedWithStreamIdAndActionBlock |
- (void) addOnKeyFrameRequestReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction0 *) | action | |
- (void) addOnMediaChangeRequestWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssChangeMediaParametersRequest * > *) | action | |
- (void) addOnMediaChangeRequestWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssChangeMediaParametersRequest *)) | actionBlock | |
- (FMLiveSwitchWssChangeMediaParametersRequest*) addOnMediaChangeRequestWithStreamIdAndActionBlock |
- (void) addOnMediaChangeResponseWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssChangeMediaParametersResponse * > *) | action | |
- (void) addOnMediaChangeResponseWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssChangeMediaParametersResponse *)) | actionBlock | |
- (FMLiveSwitchWssChangeMediaParametersResponse*) addOnMediaChangeResponseWithStreamIdAndActionBlock |
- (void) addOnSignallingMessageWithConnectionId: | (NSString *) | connectionId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchMessage * > *) | action | |
- (void) addOnSignallingMessageWithConnectionId: | (NSString *) | connectionId | |
actionBlock: | (void(^)(FMLiveSwitchMessage *)) | actionBlock | |
- (FMLiveSwitchMessage*) addOnSignallingMessageWithConnectionIdAndActionBlock |
- (void) close |
- (instancetype) initWithServiceConnection: | (FMLiveSwitchWssServiceConnection *) | serviceConnection | |
depacketizer: | (FMLiveSwitchWssDepacketizer *) | depacketizer | |
- (void) removeOnConnectionStateUpdateWithConnectionId: | (NSString *) | connectionId | |
action: | (FMLiveSwitchAction1< id > *) | action | |
- (void) removeOnConnectionStateUpdateWithConnectionId: | (NSString *) | connectionId | |
actionBlock: | (void(^)(FMLiveSwitchConnectionState)) | actionBlock | |
- (FMLiveSwitchConnectionState) removeOnConnectionStateUpdateWithConnectionIdAndActionBlock |
- (void) removeOnFrameReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssMediaPacket * > *) | action | |
- (void) removeOnFrameReceivedWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssMediaPacket *)) | actionBlock | |
- (FMLiveSwitchWssMediaPacket*) removeOnFrameReceivedWithStreamIdAndActionBlock |
- (void) removeOnKeyFrameRequestReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction0 *) | action | |
- (void) removeOnMediaChangeRequestWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssChangeMediaParametersRequest * > *) | action | |
- (void) removeOnMediaChangeRequestWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssChangeMediaParametersRequest *)) | actionBlock | |
- (FMLiveSwitchWssChangeMediaParametersRequest*) removeOnMediaChangeRequestWithStreamIdAndActionBlock |
- (void) removeOnMediaChangeResponseWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssChangeMediaParametersResponse * > *) | action | |
- (void) removeOnMediaChangeResponseWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssChangeMediaParametersResponse *)) | actionBlock | |
- (FMLiveSwitchWssChangeMediaParametersResponse*) removeOnMediaChangeResponseWithStreamIdAndActionBlock |
- (void) removeOnSignallingMessageWithConnectionId: | (NSString *) | connectionId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchMessage * > *) | action | |
- (void) removeOnSignallingMessageWithConnectionId: | (NSString *) | connectionId | |
actionBlock: | (void(^)(FMLiveSwitchMessage *)) | actionBlock | |
- (FMLiveSwitchMessage*) removeOnSignallingMessageWithConnectionIdAndActionBlock |
+ (FMLiveSwitchWssDemuxer*) wssDemuxerWithServiceConnection: | (FMLiveSwitchWssServiceConnection *) | serviceConnection | |
depacketizer: | (FMLiveSwitchWssDepacketizer *) | depacketizer | |