FMLiveSwitchBandwidthEstimationRouteEndpoint Class Reference

Instance Methods

(int) - adapterId
 
(FMLiveSwitchBandwidthEstimationAdapterType) - adapterType
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) - createWithTurnWithUsesTurn:
 
(instancetype) - init
 
(instancetype) - initWithAdapterType:adapterId:networkId:usesTurn:
 
(instancetype) - initWithOther:
 
(bool) - isEqualWithOther:
 
(int) - networkId
 
(bool) - usesTurn
 

Class Methods

(FMLiveSwitchBandwidthEstimationRouteEndpoint *) + createWithNetworkId:
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) + routeEndpoint
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) + routeEndpointWithAdapterType:adapterId:networkId:usesTurn:
 
(FMLiveSwitchBandwidthEstimationRouteEndpoint *) + routeEndpointWithOther:
 

Method Documentation

◆ adapterId

- (int) adapterId

◆ adapterType

- (FMLiveSwitchBandwidthEstimationAdapterType) adapterType

◆ createWithNetworkId:

+ (FMLiveSwitchBandwidthEstimationRouteEndpoint*) createWithNetworkId: (int)  networkId

◆ createWithTurnWithUsesTurn:

- (FMLiveSwitchBandwidthEstimationRouteEndpoint*) createWithTurnWithUsesTurn: (bool)  usesTurn

◆ init

- (instancetype) init

◆ initWithAdapterType:adapterId:networkId:usesTurn:

- (instancetype) initWithAdapterType: (FMLiveSwitchBandwidthEstimationAdapterType)  adapterType
adapterId: (int)  adapterId
networkId: (int)  networkId
usesTurn: (bool)  usesTurn 

◆ initWithOther:

- (instancetype) initWithOther: (FMLiveSwitchBandwidthEstimationRouteEndpoint *)  other

◆ isEqualWithOther:

- (bool) isEqualWithOther: (FMLiveSwitchBandwidthEstimationRouteEndpoint *)  other

◆ networkId

- (int) networkId

◆ routeEndpoint

◆ routeEndpointWithAdapterType:adapterId:networkId:usesTurn:

+ (FMLiveSwitchBandwidthEstimationRouteEndpoint*) routeEndpointWithAdapterType: (FMLiveSwitchBandwidthEstimationAdapterType)  adapterType
adapterId: (int)  adapterId
networkId: (int)  networkId
usesTurn: (bool)  usesTurn 

◆ routeEndpointWithOther:

◆ usesTurn

- (bool) usesTurn