FMIceLinkAudioDepacketizer Class Reference

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

Overview

An audio depacketizer.

– allowDiagnosticTimer

Gets whether this pipe is allowed to be timed.
- (bool)allowDiagnosticTimer

Discussion

Gets whether this pipe is allowed to be timed.

Declared In

FMIceLinkAudioDepacketizer.h

+ audioDepacketizerWithFormat:

Initializes a new instance of the FMIceLinkAudioDepacketizer class.
+ (FMIceLinkAudioDepacketizer *)audioDepacketizerWithFormat:(FMIceLinkAudioFormat *)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkAudioDepacketizer class.

Declared In

FMIceLinkAudioDepacketizer.h

+ audioDepacketizerWithInput:

Initializes a new instance of the FMIceLinkAudioDepacketizer class.
+ (FMIceLinkAudioDepacketizer *)audioDepacketizerWithInput:(NSObject<FMIceLinkIAudioOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkAudioDepacketizer class.

Declared In

FMIceLinkAudioDepacketizer.h

– doProcessStatsFromInputWithStats:

Process stats from an input.
- (void)doProcessStatsFromInputWithStats:(FMIceLinkMediaTrackStats *)stats

Parameters

stats

The stats.

Discussion

Process stats from an input.

Declared In

FMIceLinkAudioDepacketizer.h

– framesReceived

Gets the number of received frames.
- (long long)framesReceived

Discussion

Gets the number of received frames.

Declared In

FMIceLinkAudioDepacketizer.h

– initWithFormat:

Initializes a new instance of the FMIceLinkAudioDepacketizer class.
- (instancetype)initWithFormat:(FMIceLinkAudioFormat *)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkAudioDepacketizer class.

Declared In

FMIceLinkAudioDepacketizer.h

– initWithInput:

Initializes a new instance of the FMIceLinkAudioDepacketizer class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIAudioOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkAudioDepacketizer class.

Declared In

FMIceLinkAudioDepacketizer.h

– raiseFrame:

Raises the frame.
- (void)raiseFrame:(FMIceLinkAudioFrame *)frame

Parameters

frame

The frame.

Discussion

Raises the frame.

Declared In

FMIceLinkAudioDepacketizer.h