FMLiveSwitchSctpSendControlChunkQueue Class Reference

Instance Methods

(int) - count
 
(FMLiveSwitchSctpControlChunk *) - dequeue
 
(void) - enqueueWithControlChunk:
 
(instancetype) - init
 
(FMLiveSwitchSctpControlChunk *) - peek
 
(void) - removeAll
 

Class Methods

(FMLiveSwitchSctpSendControlChunkQueue *) + sendControlChunkQueue
 

Method Documentation

◆ count

- (int) count

◆ dequeue

◆ enqueueWithControlChunk:

- (void) enqueueWithControlChunk: (FMLiveSwitchSctpControlChunk *)  controlChunk

◆ init

- (instancetype) init

◆ peek

◆ removeAll

- (void) removeAll

◆ sendControlChunkQueue

+ (FMLiveSwitchSctpSendControlChunkQueue*) sendControlChunkQueue