FMLiveSwitchRtpSendBuffer Class Reference

Instance Methods

(instancetype) - initWithSize:
 
(FMLiveSwitchDataBuffer *) - readWithRtpSequenceNumber:
 
(int) - size
 
(void) - writeWithRtpBuffer:
 

Class Methods

(FMLiveSwitchRtpSendBuffer *) + sendBufferWithSize:
 

Method Documentation

◆ initWithSize:

- (instancetype) initWithSize: (int)  size

◆ readWithRtpSequenceNumber:

- (FMLiveSwitchDataBuffer*) readWithRtpSequenceNumber: (int)  rtpSequenceNumber

◆ sendBufferWithSize:

+ (FMLiveSwitchRtpSendBuffer*) sendBufferWithSize: (int)  size

◆ size

- (int) size

◆ writeWithRtpBuffer:

- (void) writeWithRtpBuffer: (FMLiveSwitchDataBuffer *)  rtpBuffer