FMIceLinkJitterAudioPipe Class Reference
| Inherits from | FMIceLinkAudioPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkJitterAudioPipe.h FMIceLinkJitterAudioPipe.m  | 
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkJitterAudioPipe.h
– doProcessFrame:inputBuffer:
	
Pushes the frame to the jitter buffer and raises any frames that are ready.
			- (void)doProcessFrame:(FMIceLinkAudioFrame *)frame inputBuffer:(FMIceLinkAudioBuffer *)inputBufferParameters
frame | 
						The frame.  | 
					
|---|---|
inputBuffer | 
						The buffer.  | 
					
Discussion
Pushes the frame to the jitter buffer and raises any frames that are ready.
			Declared In
FMIceLinkJitterAudioPipe.h
– initWithFormat:
	
Creates a new instance of the Jitter Audio pipe.
			- (instancetype)initWithFormat:(FMIceLinkAudioFormat *)formatParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|
Discussion
Creates a new instance of the Jitter Audio pipe.
			Declared In
FMIceLinkJitterAudioPipe.h
– initWithFormat:length:
	
Creates a new instance of the Jitter Audio pipe.
			- (instancetype)initWithFormat:(FMIceLinkAudioFormat *)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 Audio pipe.
			Declared In
FMIceLinkJitterAudioPipe.h
+ jitterAudioPipeWithFormat:
	
Creates a new instance of the Jitter Audio pipe.
			+ (FMIceLinkJitterAudioPipe *)jitterAudioPipeWithFormat:(FMIceLinkAudioFormat *)formatParameters
format | 
						The input and output formats of the pipe.  | 
					
|---|
Discussion
Creates a new instance of the Jitter Audio pipe.
			Declared In
FMIceLinkJitterAudioPipe.h
+ jitterAudioPipeWithFormat:length:
	
Creates a new instance of the Jitter Audio pipe.
			+ (FMIceLinkJitterAudioPipe *)jitterAudioPipeWithFormat:(FMIceLinkAudioFormat *)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 Audio pipe.
			Declared In
FMIceLinkJitterAudioPipe.h
– label
	
Gets the label of the pipe.
			- (NSString *)labelDiscussion
Gets the label of the pipe.
			Declared In
FMIceLinkJitterAudioPipe.h