FMIceLinkJitterVideoPipe Class Reference

Inherits from FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkJitterVideoPipe.h
FMIceLinkJitterVideoPipe.m

Overview

A video pipe that implements a jitter buffer.

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

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

FMIceLinkJitterVideoPipe.h

– initWithFormat:

Creates a new instance of the Jitter Video pipe.
- (instancetype)initWithFormat:(FMIceLinkVideoFormat *)format

Parameters

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)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 Video pipe.

Declared In

FMIceLinkJitterVideoPipe.h

+ jitterVideoPipeWithFormat:

Creates a new instance of the Jitter Video pipe.
+ (FMIceLinkJitterVideoPipe *)jitterVideoPipeWithFormat:(FMIceLinkVideoFormat *)format

Parameters

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)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 Video pipe.

Declared In

FMIceLinkJitterVideoPipe.h

– label

Gets the label of the pipe.
- (NSString *)label

Discussion

Gets the label of the pipe.

Declared In

FMIceLinkJitterVideoPipe.h