FMIceLinkSoundTimestampContext Class Reference

Inherits from NSObject
Conforms to FMIceLinkIAudioReframer
Declared in FMIceLinkSoundTimestampContext.h
FMIceLinkSoundTimestampContext.m

– clockRate

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

Discussion

Gets the clock rate in Hz.

Declared In

FMIceLinkIAudioReframer.h

– disableTimestampReset

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

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

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

Discussion

Gets the frame duration in milliseconds.

Declared In

FMIceLinkIAudioReframer.h

– setDisableTimestampReset:

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:

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:

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

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