[][src]Constant lsl::DEDUCED_TIMESTAMP

pub const DEDUCED_TIMESTAMP: f64 = -1.0;

Constant to indicate that a sample has the next successive time stamp.

This is an optional optimization to transmit less data per sample. The stamp is then deduced from the preceding one according to the stream's sampling rate (in the case of an irregular rate, the same time stamp as before will is assumed).