FMIceLinkJitterVideoPipe Class Reference
| Inherits from | FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkJitterVideoPipe.h FMIceLinkJitterVideoPipe.m  | 
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkJitterVideoPipe.h
– doProcessFrame:inputBuffer:
	
Pushes the frame to the jitter buffer and raises any frames that are ready.
			- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBufferParameters
frame | 
						The frame.  | 
					
|---|---|
inputBuffer | 
						The buffer.  | 
					
Discussion
Pushes the frame to the jitter buffer and raises any frames that are ready.
			Declared In
FMIceLinkJitterVideoPipe.h
– initWithFormat:
	
Creates a new instance of the Jitter Video pipe.
			- (instancetype)initWithFormat:(FMIceLinkVideoFormat *)formatParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|
Discussion
Creates a new instance of the Jitter Video pipe.
			Declared In
FMIceLinkJitterVideoPipe.h
– initWithFormat:length:
	
Creates a new instance of the Jitter Video pipe.
			- (instancetype)initWithFormat:(FMIceLinkVideoFormat *)format length:(int)lengthParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|---|
length | 
						The length of the jitter buffer.  | 
					
Discussion
Creates a new instance of the Jitter Video pipe.
			Declared In
FMIceLinkJitterVideoPipe.h
+ jitterVideoPipeWithFormat:
	
Creates a new instance of the Jitter Video pipe.
			+ (FMIceLinkJitterVideoPipe *)jitterVideoPipeWithFormat:(FMIceLinkVideoFormat *)formatParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|
Discussion
Creates a new instance of the Jitter Video pipe.
			Declared In
FMIceLinkJitterVideoPipe.h
+ jitterVideoPipeWithFormat:length:
	
Creates a new instance of the Jitter Video pipe.
			+ (FMIceLinkJitterVideoPipe *)jitterVideoPipeWithFormat:(FMIceLinkVideoFormat *)format length:(int)lengthParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|---|
length | 
						The length of the jitter buffer.  | 
					
Discussion
Creates a new instance of the Jitter Video pipe.
			Declared In
FMIceLinkJitterVideoPipe.h
– label
	
Gets the label of the pipe.
			- (NSString *)labelDiscussion
Gets the label of the pipe.
			Declared In
FMIceLinkJitterVideoPipe.h