FMLiveSwitchBandwidthEstimationPacketResult Class Reference

Instance Methods

(int) - ecn
 
(bool) - hasRtpPacketInfo
 
(instancetype) - init
 
(instancetype) - initWithOther:
 
(bool) - isReceived
 
(FMLiveSwitchBandwidthEstimationTimestamp *) - receiveTime
 
(FMLiveSwitchBandwidthEstimationRtpPacketInfo *) - rtpPacketInfo
 
(FMLiveSwitchBandwidthEstimationSentPacket *) - sentPacket
 
(void) - setEcn:
 
(void) - setReceiveTime:
 
(void) - setRtpPacketInfo:
 
(void) - setSentPacket:
 

Class Methods

(FMLiveSwitchBandwidthEstimationPacketResult *) + packetResult
 
(FMLiveSwitchBandwidthEstimationPacketResult *) + packetResultWithOther:
 

Method Documentation

◆ ecn

- (int) ecn

◆ hasRtpPacketInfo

- (bool) hasRtpPacketInfo

◆ init

- (instancetype) init

◆ initWithOther:

- (instancetype) initWithOther: (FMLiveSwitchBandwidthEstimationPacketResult *)  other

◆ isReceived

- (bool) isReceived

◆ packetResult

◆ packetResultWithOther:

◆ receiveTime

◆ rtpPacketInfo

◆ sentPacket

◆ setEcn:

- (void) setEcn: (int)  value

◆ setReceiveTime:

- (void) setReceiveTime: (FMLiveSwitchBandwidthEstimationTimestamp *)  value

◆ setRtpPacketInfo:

- (void) setRtpPacketInfo: (FMLiveSwitchBandwidthEstimationRtpPacketInfo *)  value

◆ setSentPacket:

- (void) setSentPacket: (FMLiveSwitchBandwidthEstimationSentPacket *)  value