FMIceLinkJitterAudioPipe Class Reference

Inherits from FMIceLinkAudioPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkJitterAudioPipe.h
FMIceLinkJitterAudioPipe.m

Overview

A audio pipe that implements a jitter buffer.

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Discussion

Gets the label of the pipe.

Declared In

FMIceLinkJitterAudioPipe.h