FMLiveSwitchSctpDataQueue Class Reference

Instance Methods

(void) - addWithDataChunk:
 
(int) - count
 
(long long) - earliestTSN
 
(FMLiveSwitchSctpDataChunk *) - getChunkWithTsn:
 
(FMLiveSwitchSctpDataChunk *) - getNextChunkWithTsn:
 
(FMLiveSwitchSctpDataChunk *) - getPreviousChunkWithTsn:
 
(instancetype) - init
 
(void) - purgeWithTsn:
 
(void) - removeAll
 
(bool) - removeWithTsn:
 
(NSMutableArray *) - tsns
 

Class Methods

(FMLiveSwitchSctpDataQueue *) + dataQueue
 

Method Documentation

◆ addWithDataChunk:

- (void) addWithDataChunk: (FMLiveSwitchSctpDataChunk *)  dataChunk

◆ count

- (int) count

◆ dataQueue

+ (FMLiveSwitchSctpDataQueue*) dataQueue

◆ earliestTSN

- (long long) earliestTSN

◆ getChunkWithTsn:

- (FMLiveSwitchSctpDataChunk*) getChunkWithTsn: (long long)  tsn

◆ getNextChunkWithTsn:

- (FMLiveSwitchSctpDataChunk*) getNextChunkWithTsn: (long long)  tsn

◆ getPreviousChunkWithTsn:

- (FMLiveSwitchSctpDataChunk*) getPreviousChunkWithTsn: (long long)  tsn

◆ init

- (instancetype) init

◆ purgeWithTsn:

- (void) purgeWithTsn: (long long)  tsn

◆ removeAll

- (void) removeAll

◆ removeWithTsn:

- (bool) removeWithTsn: (long long)  tsn

◆ tsns

- (NSMutableArray*) tsns