FMIceLinkSoundTimestampContext Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | FMIceLinkIAudioReframer |
| Declared in | FMIceLinkSoundTimestampContext.h FMIceLinkSoundTimestampContext.m |
– clockRate
Gets the clock rate in Hz.
- (int)clockRateDiscussion
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)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
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
Gets the frame duration in milliseconds.
- (int)frameDurationDiscussion
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)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:
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:
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
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