Class Methods | |
(FMLiveSwitchWssDemuxer *) | + wssDemuxerWithRelayPort:depacketizer: |
![]() | |
(FMLiveSwitchWssDemuxerBase *) | + wssDemuxerBaseWithRelayPort:depacketizer: |
- (void) addOnEncodedFrameReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssMediaPacket * > *) | action | |
- (void) addOnEncodedFrameReceivedWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssMediaPacket *)) | actionBlock | |
- (FMLiveSwitchWssMediaPacket*) addOnEncodedFrameReceivedWithStreamIdAndActionBlock |
- (void) close |
Implements FMLiveSwitchWssDemuxerBase.
- (instancetype) initWithRelayPort: | (FMLiveSwitchRelayPort *) | relayPort | |
depacketizer: | (FMLiveSwitchWssDepacketizer *) | depacketizer | |
Implements FMLiveSwitchWssDemuxerBase.
- (void) raiseEncodedFrameReceivedWithStreamId: | (NSString *) | streamId | |
frame: | (FMLiveSwitchWssMediaPacket *) | frame | |
Implements FMLiveSwitchWssDemuxerBase.
- (void) removeOnEncodedFrameReceivedWithStreamId: | (NSString *) | streamId | |
action: | (FMLiveSwitchAction1< FMLiveSwitchWssMediaPacket * > *) | action | |
- (void) removeOnEncodedFrameReceivedWithStreamId: | (NSString *) | streamId | |
actionBlock: | (void(^)(FMLiveSwitchWssMediaPacket *)) | actionBlock | |
- (FMLiveSwitchWssMediaPacket*) removeOnEncodedFrameReceivedWithStreamIdAndActionBlock |
- (void) subscribeWithRelayPort: | (FMLiveSwitchRelayPort *) | relayPort |
Implements FMLiveSwitchWssDemuxerBase.
- (void) unsubscribeWithRelayPort: | (FMLiveSwitchRelayPort *) | relayPort |
Implements FMLiveSwitchWssDemuxerBase.
+ (FMLiveSwitchWssDemuxer*) wssDemuxerWithRelayPort: | (FMLiveSwitchRelayPort *) | relayPort | |
depacketizer: | (FMLiveSwitchWssDepacketizer *) | depacketizer | |