|
Voyant API 0.9.2
|
#include <voyant_types_ffi.hpp>
Public Attributes | |
| int64_t | timestamp_seconds |
| int32_t | timestamp_nanoseconds |
| DspFrameStartToggle | frame_start_toggle |
DSP header fields.
[Timestamp] is expanded into timestamp_seconds and timestamp_nanoseconds rather than exposing the raw [u8; 12] type through bindings.
Note: timestamp_nanoseconds is the sub-second remainder, not the total nanosecond count. Full timestamp = timestamp_seconds + timestamp_nanoseconds * 1e-9.
| DspFrameStartToggle DspHeaderState::frame_start_toggle |
| int32_t DspHeaderState::timestamp_nanoseconds |
Sub-second nanoseconds remainder (0..999_999_999).
| int64_t DspHeaderState::timestamp_seconds |