Instance Methods | |
| (bool) | - enabled |
| (instancetype) | - init |
| (FMLiveSwitchBandwidthEstimationTimeDelta *) | - maxWindowDuration |
| (int) | - maxWindowPackets |
| (FMLiveSwitchBandwidthEstimationTimeDelta *) | - minWindowDuration |
| (int) | - requiredPackets |
| (void) | - setEnabled: |
| (void) | - setMaxWindowDuration: |
| (void) | - setMaxWindowPackets: |
| (void) | - setMinWindowDuration: |
| (void) | - setRequiredPackets: |
| (void) | - setUnackedWeight: |
| (void) | - setWindowPackets: |
| (double) | - unackedWeight |
| (int) | - windowPackets |
Class Methods | |
| (FMLiveSwitchBandwidthEstimationRobustThroughputEstimatorSettings *) | + robustThroughputEstimatorSettings |
| - (bool) enabled |
| - (instancetype) init |
| - (FMLiveSwitchBandwidthEstimationTimeDelta*) maxWindowDuration |
| - (int) maxWindowPackets |
| - (FMLiveSwitchBandwidthEstimationTimeDelta*) minWindowDuration |
| - (int) requiredPackets |
| + (FMLiveSwitchBandwidthEstimationRobustThroughputEstimatorSettings*) robustThroughputEstimatorSettings |
| - (void) setEnabled: | (bool) | value |
| - (void) setMaxWindowDuration: | (FMLiveSwitchBandwidthEstimationTimeDelta *) | value |
| - (void) setMaxWindowPackets: | (int) | value |
| - (void) setMinWindowDuration: | (FMLiveSwitchBandwidthEstimationTimeDelta *) | value |
| - (void) setRequiredPackets: | (int) | value |
| - (void) setUnackedWeight: | (double) | value |
| - (void) setWindowPackets: | (int) | value |
| - (double) unackedWeight |
| - (int) windowPackets |