Class Methods | |
(FMLiveSwitchHexDump *) | + hexDumpWithPath: |
- (bool) close |
+ (FMLiveSwitchHexDump*) hexDumpWithPath: | (NSString *) | path |
- (instancetype) initWithPath: | (NSString *) | path |
- (bool) open |
- (NSString*) path |
- (bool) writeAnswerWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
answer: | (FMLiveSwitchSdpMessage *) | answer | |
- (bool) writeAnswerWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
answer: | (FMLiveSwitchSdpMessage *) | answer | |
sourceIPAddress: | (NSString *) | sourceIPAddress | |
destinationIPAddress: | (NSString *) | destinationIPAddress | |
sourcePort: | (int) | sourcePort | |
destinationPort: | (int) | destinationPort | |
- (bool) writeByeWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
- (bool) writeByeWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
sourceIPAddress: | (NSString *) | sourceIPAddress | |
destinationIPAddress: | (NSString *) | destinationIPAddress | |
sourcePort: | (int) | sourcePort | |
destinationPort: | (int) | destinationPort | |
- (bool) writeOfferWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
offer: | (FMLiveSwitchSdpMessage *) | offer | |
- (bool) writeOfferWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
offer: | (FMLiveSwitchSdpMessage *) | offer | |
sourceIPAddress: | (NSString *) | sourceIPAddress | |
destinationIPAddress: | (NSString *) | destinationIPAddress | |
sourcePort: | (int) | sourcePort | |
destinationPort: | (int) | destinationPort | |
- (bool) writeRtcpWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
rtcpPackets: | (NSMutableArray *) | rtcpPackets | |
- (bool) writeRtcpWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
rtcpPackets: | (NSMutableArray *) | rtcpPackets | |
sourceIPAddress: | (NSString *) | sourceIPAddress | |
destinationIPAddress: | (NSString *) | destinationIPAddress | |
sourcePort: | (int) | sourcePort | |
destinationPort: | (int) | destinationPort | |
- (bool) writeRtpWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
rtpPacketHeader: | (FMLiveSwitchRtpPacketHeader *) | rtpPacketHeader | |
rtpPayload: | (FMLiveSwitchDataBuffer *) | rtpPayload | |
- (bool) writeRtpWithSend: | (bool) | send | |
systemTimestamp: | (long long) | systemTimestamp | |
rtpPacketHeader: | (FMLiveSwitchRtpPacketHeader *) | rtpPacketHeader | |
rtpPayload: | (FMLiveSwitchDataBuffer *) | rtpPayload | |
sourceIPAddress: | (NSString *) | sourceIPAddress | |
destinationIPAddress: | (NSString *) | destinationIPAddress | |
sourcePort: | (int) | sourcePort | |
destinationPort: | (int) | destinationPort | |