FMIceLinkIAudioReframer Protocol Reference

Declared in FMIceLinkIAudioReframer.h

Overview

An audio reframer

– clockRate required method

Gets the clock rate in Hz.
- (int)clockRate

Discussion

Gets the clock rate in Hz.

Declared In

FMIceLinkIAudioReframer.h

– disableTimestampReset required method

Gets whether the timestamp should be reset using the wall clock after FMIceLinkIAudioReframer#[timestampResetInterval](../Protocols/FMIceLinkIAudioReframer.html#//api/name/timestampResetInterval) milliseconds elapse between frames.
- (bool)disableTimestampReset

Discussion

Gets whether the timestamp should be reset using the wall clock after FMIceLinkIAudioReframer#[timestampResetInterval](../Protocols/FMIceLinkIAudioReframer.html#//api/name/timestampResetInterval) milliseconds elapse between frames.

Declared In

FMIceLinkIAudioReframer.h

– forceTimestampReset required method

Gets whether the timestamp should be reset before the next frame is processed.
- (bool)forceTimestampReset

Discussion

Gets whether the timestamp should be reset before the next frame is processed.

Declared In

FMIceLinkIAudioReframer.h

– frameDuration required method

Gets the frame duration in milliseconds.
- (int)frameDuration

Discussion

Gets the frame duration in milliseconds.

Declared In

FMIceLinkIAudioReframer.h

– setDisableTimestampReset: required method

Sets whether the timestamp should be reset using the wall clock after FMIceLinkIAudioReframer#[timestampResetInterval](../Protocols/FMIceLinkIAudioReframer.html#//api/name/timestampResetInterval) milliseconds elapse between frames.
- (void)setDisableTimestampReset:(bool)value

Discussion

Sets whether the timestamp should be reset using the wall clock after FMIceLinkIAudioReframer#[timestampResetInterval](../Protocols/FMIceLinkIAudioReframer.html#//api/name/timestampResetInterval) milliseconds elapse between frames.

Declared In

FMIceLinkIAudioReframer.h

– setForceTimestampReset: required method

Sets whether the timestamp should be reset before the next frame is processed.
- (void)setForceTimestampReset:(bool)value

Discussion

Sets whether the timestamp should be reset before the next frame is processed.

Declared In

FMIceLinkIAudioReframer.h

– setTimestampResetInterval: required method

Sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.
- (void)setTimestampResetInterval:(int)value

Discussion

Sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.

Declared In

FMIceLinkIAudioReframer.h

– timestampResetInterval required method

Gets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.
- (int)timestampResetInterval

Discussion

Gets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.

Declared In

FMIceLinkIAudioReframer.h