FMLiveSwitchBandwidthEstimationNetworkRoute Class Reference

Instance Methods

(bool) - connected
 
(NSString *) - debugString
 
(NSString *) - id
 
(instancetype) - init
 
(bool) - isEqualWithOther:
 
(int) - lastSentPacketId
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) - local
 
(int) - packetOverhead
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) - remote
 
(void) - setConnected:
 
(void) - setLastSentPacketId:
 
(void) - setLocal:
 
(void) - setPacketOverhead:
 
(void) - setRemote:
 

Class Methods

(FMLiveSwitchBandwidthEstimationNetworkRoute *) + networkRoute
 

Method Documentation

◆ connected

- (bool) connected

◆ debugString

- (NSString*) debugString

◆ id

- (NSString*) id

◆ init

- (instancetype) init

◆ isEqualWithOther:

- (bool) isEqualWithOther: (FMLiveSwitchBandwidthEstimationNetworkRoute *)  other

◆ lastSentPacketId

- (int) lastSentPacketId

◆ local

◆ networkRoute

◆ packetOverhead

- (int) packetOverhead

◆ remote

◆ setConnected:

- (void) setConnected: (bool)  value

◆ setLastSentPacketId:

- (void) setLastSentPacketId: (int)  value

◆ setLocal:

- (void) setLocal: (FMLiveSwitchBandwidthEstimationRouteEndpoint *)  value

◆ setPacketOverhead:

- (void) setPacketOverhead: (int)  value

◆ setRemote:

- (void) setRemote: (FMLiveSwitchBandwidthEstimationRouteEndpoint *)  value