FMIceLinkJitterConfig Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkJitterConfig.h FMIceLinkJitterConfig.m  | 
– bufferLength
	
Gets the initial jitter buffer length in milliseconds.
Defaults to 100 (ms).
			- (int)bufferLengthDiscussion
Gets the initial jitter buffer length in milliseconds.
Defaults to 100 (ms).
			Declared In
FMIceLinkJitterConfig.h
– disableBuffering
	
Gets a value indicating whether
the jitter buffer should be disabled.
			- (bool)disableBufferingDiscussion
Gets a value indicating whether
the jitter buffer should be disabled.
			Declared In
FMIceLinkJitterConfig.h
– init
	
Initializes a new instance of the FMIceLinkJitterConfig class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkJitterConfig class.
			Declared In
FMIceLinkJitterConfig.h
– initWithBufferLength:
	
Initializes a new instance of the FMIceLinkJitterConfig class.
			- (instancetype)initWithBufferLength:(int)bufferLengthParameters
bufferLength | 
						Length of the buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkJitterConfig class.
			Declared In
FMIceLinkJitterConfig.h
+ jitterConfig
	
Initializes a new instance of the FMIceLinkJitterConfig class.
			+ (FMIceLinkJitterConfig *)jitterConfigDiscussion
Initializes a new instance of the FMIceLinkJitterConfig class.
			Declared In
FMIceLinkJitterConfig.h
+ jitterConfigWithBufferLength:
	
Initializes a new instance of the FMIceLinkJitterConfig class.
			+ (FMIceLinkJitterConfig *)jitterConfigWithBufferLength:(int)bufferLengthParameters
bufferLength | 
						Length of the buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkJitterConfig class.
			Declared In
FMIceLinkJitterConfig.h
– setBufferLength:
	
Sets the initial jitter buffer length in milliseconds.
Defaults to 100 (ms).
			- (void)setBufferLength:(int)valueDiscussion
Sets the initial jitter buffer length in milliseconds.
Defaults to 100 (ms).
			Declared In
FMIceLinkJitterConfig.h
– setDisableBuffering:
	
Sets a value indicating whether
the jitter buffer should be disabled.
			- (void)setDisableBuffering:(bool)valueDiscussion
Sets a value indicating whether
the jitter buffer should be disabled.
			Declared In
FMIceLinkJitterConfig.h