Click or drag to resize

IAudioReframer Interface

An audio reframer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IAudioReframer type exposes the following members.

Properties
  NameDescription
Public propertyClockRate
Gets the clock rate in Hz.
Public propertyDisableTimestampReset
Gets or sets whether the timestamp should be reset using the wall clock after TimestampResetInterval milliseconds elapse between frames.
Public propertyForceTimestampReset
Gets or sets whether the timestamp should be reset before the next frame is processed.
Public propertyFrameDuration
Gets the frame duration in milliseconds.
Public propertyTimestampResetInterval
Gets or sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.
Top
See Also