FMIceLinkIAudioReframer Protocol Reference
| Declared in | FMIceLinkIAudioReframer.h | 
|---|
– clockRate
required method
	
Gets the clock rate in Hz.
			- (int)clockRateDiscussion
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)disableTimestampResetDiscussion
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)forceTimestampResetDiscussion
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)frameDurationDiscussion
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)valueDiscussion
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)valueDiscussion
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)valueDiscussion
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)timestampResetIntervalDiscussion
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