Instance Methods | |
(int) | - clockRate |
(void) | - destroy |
(void) | - flush |
(instancetype) | - initWithClockRate:onFrame: |
(instancetype) | - initWithClockRate:onFrameBlock: |
(int) | - length |
(FMLiveSwitchAction1< TFrame > *) | - onFrame |
(bool) | - pushWithFrame: |
(void) | - setLength: |
Class Methods | |
(FMLiveSwitchJitterBuffer *) | + bufferWithClockRate:onFrameBlock: |
Protected Attributes | |
__pad0__: NSObject+ (FMLiveSwitchJitterBuffer*) bufferWithClockRate:(int)clockRate onFrame:(FMLiveSwitchAction1<TFrame>*)onFrame | |
+ (FMLiveSwitchJitterBuffer*) bufferWithClockRate: | (int) | clockRate | |
onFrameBlock: | (void(^)(TFrame)) | onFrameBlock | |
- (int) clockRate |
- (void) destroy |
- (void) flush |
- (instancetype) initWithClockRate: | (int) | clockRate | |
onFrame: | (FMLiveSwitchAction1< TFrame > *) | onFrame | |
- (instancetype) initWithClockRate: | (int) | clockRate | |
onFrameBlock: | (void(^)(TFrame)) | onFrameBlock | |
- (int) length |
- (FMLiveSwitchAction1<TFrame>*) onFrame |
- (bool) pushWithFrame: | (TFrame) | frame |
- (void) setLength: | (int) | value |
|
protected |