Instance Methods | |
| (instancetype) | - init |
| (FMLiveSwitchWssMediaPacket *) | - processAudioFrameWithAudioStreamId:frame:timestampTicks: |
| (FMLiveSwitchWssMediaPacket *) | - processVideoFrameWithVideoStreamId:frame:timestampTicks:width:height: |
Class Methods | |
| (FMLiveSwitchWssPacketizer *) | + wssPacketizer |
| - (instancetype) init |
| - (FMLiveSwitchWssMediaPacket*) processAudioFrameWithAudioStreamId: | (int) | audioStreamId | |
| frame: | (NSMutableData *) | frame | |
| timestampTicks: | (long long) | timestampTicks | |
| - (FMLiveSwitchWssMediaPacket*) processVideoFrameWithVideoStreamId: | (int) | videoStreamId | |
| frame: | (NSMutableData *) | frame | |
| timestampTicks: | (long long) | timestampTicks | |
| width: | (int) | width | |
| height: | (int) | height | |
| + (FMLiveSwitchWssPacketizer*) wssPacketizer |