FMIceLinkJitterConfig Class Reference

Inherits from NSObject
Declared in FMIceLinkJitterConfig.h
FMIceLinkJitterConfig.m

Overview

A Jitter config.

– bufferLength

Gets the initial jitter buffer length in milliseconds. Defaults to 100 (ms).
- (int)bufferLength

Discussion

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)disableBuffering

Discussion

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)init

Discussion

Initializes a new instance of the FMIceLinkJitterConfig class.

Declared In

FMIceLinkJitterConfig.h

– initWithBufferLength:

Initializes a new instance of the FMIceLinkJitterConfig class.
- (instancetype)initWithBufferLength:(int)bufferLength

Parameters

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 *)jitterConfig

Discussion

Initializes a new instance of the FMIceLinkJitterConfig class.

Declared In

FMIceLinkJitterConfig.h

+ jitterConfigWithBufferLength:

Initializes a new instance of the FMIceLinkJitterConfig class.
+ (FMIceLinkJitterConfig *)jitterConfigWithBufferLength:(int)bufferLength

Parameters

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)value

Discussion

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)value

Discussion

Sets a value indicating whether the jitter buffer should be disabled.

Declared In

FMIceLinkJitterConfig.h