FMLiveSwitchBandwidthEstimationSentPacketInfo Class Reference

Instance Methods

(FMLiveSwitchBandwidthEstimationPacketInfo *) - info
 
(instancetype) - init
 
(instancetype) - initWithPacketId:sendTimeMs:
 
(instancetype) - initWithPacketId:sendTimeMs:info:
 
(long long) - packetId
 
(long long) - sendTimeMs
 
(void) - setInfo:
 
(void) - setPacketId:
 
(void) - setSendTimeMs:
 

Class Methods

(FMLiveSwitchBandwidthEstimationSentPacketInfo *) + sentPacketInfo
 
(FMLiveSwitchBandwidthEstimationSentPacketInfo *) + sentPacketInfoWithPacketId:sendTimeMs:
 
(FMLiveSwitchBandwidthEstimationSentPacketInfo *) + sentPacketInfoWithPacketId:sendTimeMs:info:
 

Method Documentation

◆ info

◆ init

- (instancetype) init

◆ initWithPacketId:sendTimeMs:

- (instancetype) initWithPacketId: (long long)  packetId
sendTimeMs: (long long)  sendTimeMs 

◆ initWithPacketId:sendTimeMs:info:

- (instancetype) initWithPacketId: (long long)  packetId
sendTimeMs: (long long)  sendTimeMs
info: (FMLiveSwitchBandwidthEstimationPacketInfo *)  info 

◆ packetId

- (long long) packetId

◆ sendTimeMs

- (long long) sendTimeMs

◆ sentPacketInfo

◆ sentPacketInfoWithPacketId:sendTimeMs:

+ (FMLiveSwitchBandwidthEstimationSentPacketInfo*) sentPacketInfoWithPacketId: (long long)  packetId
sendTimeMs: (long long)  sendTimeMs 

◆ sentPacketInfoWithPacketId:sendTimeMs:info:

+ (FMLiveSwitchBandwidthEstimationSentPacketInfo*) sentPacketInfoWithPacketId: (long long)  packetId
sendTimeMs: (long long)  sendTimeMs
info: (FMLiveSwitchBandwidthEstimationPacketInfo *)  info 

◆ setInfo:

- (void) setInfo: (FMLiveSwitchBandwidthEstimationPacketInfo *)  value

◆ setPacketId:

- (void) setPacketId: (long long)  value

◆ setSendTimeMs:

- (void) setSendTimeMs: (long long)  value