FMLiveSwitchRtpFrameContext Class Reference

Instance Methods

(int) - clockRate
 
(instancetype) - initWithRtpTimeStamp:systemTimestamp:
 
(long long) - rtpTimestamp
 
(void) - setClockRate:
 
(void) - setRtpTimestamp:
 
(void) - setSystemTimestamp:
 
(long long) - systemTimestamp
 

Class Methods

(FMLiveSwitchRtpFrameContext *) + frameContextWithRtpTimeStamp:systemTimestamp:
 

Method Documentation

◆ clockRate

- (int) clockRate

◆ frameContextWithRtpTimeStamp:systemTimestamp:

+ (FMLiveSwitchRtpFrameContext*) frameContextWithRtpTimeStamp: (long long)  rtpTimeStamp
systemTimestamp: (long long)  systemTimestamp 

◆ initWithRtpTimeStamp:systemTimestamp:

- (instancetype) initWithRtpTimeStamp: (long long)  rtpTimeStamp
systemTimestamp: (long long)  systemTimestamp 

◆ rtpTimestamp

- (long long) rtpTimestamp

◆ setClockRate:

- (void) setClockRate: (int)  value

◆ setRtpTimestamp:

- (void) setRtpTimestamp: (long long)  value

◆ setSystemTimestamp:

- (void) setSystemTimestamp: (long long)  value

◆ systemTimestamp

- (long long) systemTimestamp