FMLiveSwitchHexDump Class Reference

Instance Methods

(bool) - close
 
(instancetype) - initWithPath:
 
(bool) - open
 
(NSString *) - path
 
(bool) - writeAnswerWithSend:systemTimestamp:answer:
 
(bool) - writeAnswerWithSend:systemTimestamp:answer:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 
(bool) - writeByeWithSend:systemTimestamp:
 
(bool) - writeByeWithSend:systemTimestamp:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 
(bool) - writeOfferWithSend:systemTimestamp:offer:
 
(bool) - writeOfferWithSend:systemTimestamp:offer:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 
(bool) - writeRtcpWithSend:systemTimestamp:rtcpPackets:
 
(bool) - writeRtcpWithSend:systemTimestamp:rtcpPackets:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 
(bool) - writeRtpWithSend:systemTimestamp:rtpPacketHeader:rtpPayload:
 
(bool) - writeRtpWithSend:systemTimestamp:rtpPacketHeader:rtpPayload:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 
(bool) - writeWithSend:systemTimestamp:payload:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:
 

Class Methods

(FMLiveSwitchHexDump *) + hexDumpWithPath:
 

Method Documentation

◆ close

- (bool) close

◆ hexDumpWithPath:

+ (FMLiveSwitchHexDump*) hexDumpWithPath: (NSString *)  path

◆ initWithPath:

- (instancetype) initWithPath: (NSString *)  path

◆ open

- (bool) open

◆ path

- (NSString*) path

◆ writeAnswerWithSend:systemTimestamp:answer:

- (bool) writeAnswerWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
answer: (FMLiveSwitchSdpMessage *)  answer 

◆ writeAnswerWithSend:systemTimestamp:answer:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (bool) writeAnswerWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
answer: (FMLiveSwitchSdpMessage *)  answer
sourceIPAddress: (NSString *)  sourceIPAddress
destinationIPAddress: (NSString *)  destinationIPAddress
sourcePort: (int)  sourcePort
destinationPort: (int)  destinationPort 

◆ writeByeWithSend:systemTimestamp:

- (bool) writeByeWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp 

◆ writeByeWithSend:systemTimestamp:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (bool) writeByeWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
sourceIPAddress: (NSString *)  sourceIPAddress
destinationIPAddress: (NSString *)  destinationIPAddress
sourcePort: (int)  sourcePort
destinationPort: (int)  destinationPort 

◆ writeOfferWithSend:systemTimestamp:offer:

- (bool) writeOfferWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
offer: (FMLiveSwitchSdpMessage *)  offer 

◆ writeOfferWithSend:systemTimestamp:offer:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (bool) writeOfferWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
offer: (FMLiveSwitchSdpMessage *)  offer
sourceIPAddress: (NSString *)  sourceIPAddress
destinationIPAddress: (NSString *)  destinationIPAddress
sourcePort: (int)  sourcePort
destinationPort: (int)  destinationPort 

◆ writeRtcpWithSend:systemTimestamp:rtcpPackets:

- (bool) writeRtcpWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
rtcpPackets: (NSMutableArray *)  rtcpPackets 

◆ writeRtcpWithSend:systemTimestamp:rtcpPackets:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (bool) writeRtcpWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
rtcpPackets: (NSMutableArray *)  rtcpPackets
sourceIPAddress: (NSString *)  sourceIPAddress
destinationIPAddress: (NSString *)  destinationIPAddress
sourcePort: (int)  sourcePort
destinationPort: (int)  destinationPort 

◆ writeRtpWithSend:systemTimestamp:rtpPacketHeader:rtpPayload:

- (bool) writeRtpWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
rtpPacketHeader: (FMLiveSwitchRtpPacketHeader *)  rtpPacketHeader
rtpPayload: (FMLiveSwitchDataBuffer *)  rtpPayload 

◆ writeRtpWithSend:systemTimestamp:rtpPacketHeader:rtpPayload:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (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 

◆ writeWithSend:systemTimestamp:payload:sourceIPAddress:destinationIPAddress:sourcePort:destinationPort:

- (bool) writeWithSend: (bool)  send
systemTimestamp: (long long)  systemTimestamp
payload: (NSMutableArray *)  payload
sourceIPAddress: (NSString *)  sourceIPAddress
destinationIPAddress: (NSString *)  destinationIPAddress
sourcePort: (int)  sourcePort
destinationPort: (int)  destinationPort