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 |
| - (bool) connected |
| - (NSString*) debugString |
| - (instancetype) init |
| - (bool) isEqualWithOther: | (FMLiveSwitchBandwidthEstimationNetworkRoute *) | other |
| - (int) lastSentPacketId |
| - (FMLiveSwitchBandwidthEstimationRouteEndpoint*) local |
| + (FMLiveSwitchBandwidthEstimationNetworkRoute*) networkRoute |
| - (int) packetOverhead |
| - (FMLiveSwitchBandwidthEstimationRouteEndpoint*) remote |
| - (void) setConnected: | (bool) | value |
| - (void) setLastSentPacketId: | (int) | value |
| - (void) setLocal: | (FMLiveSwitchBandwidthEstimationRouteEndpoint *) | value |
| - (void) setPacketOverhead: | (int) | value |
| - (void) setRemote: | (FMLiveSwitchBandwidthEstimationRouteEndpoint *) | value |