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 |
- (void) addWithDataChunk: | (FMLiveSwitchSctpDataChunk *) | dataChunk |
Implemented in FMLiveSwitchSctpSendDataQueue, and FMLiveSwitchSctpReceiveDataQueue.
- (int) count |
+ (FMLiveSwitchSctpDataQueue*) dataQueue |
- (long long) earliestTSN |
- (FMLiveSwitchSctpDataChunk*) getChunkWithTsn: | (long long) | tsn |
- (FMLiveSwitchSctpDataChunk*) getNextChunkWithTsn: | (long long) | tsn |
- (FMLiveSwitchSctpDataChunk*) getPreviousChunkWithTsn: | (long long) | tsn |
- (instancetype) init |
- (void) purgeWithTsn: | (long long) | tsn |
Implemented in FMLiveSwitchSctpSendDataQueue, and FMLiveSwitchSctpReceiveDataQueue.
- (void) removeAll |
Implemented in FMLiveSwitchSctpSendDataQueue, and FMLiveSwitchSctpReceiveDataQueue.
- (bool) removeWithTsn: | (long long) | tsn |
Implemented in FMLiveSwitchSctpSendDataQueue, and FMLiveSwitchSctpReceiveDataQueue.
- (NSMutableArray*) tsns |