Typedef spdl::core::TimeWindow¶ Defined in File types.h Typedef Documentation¶ using spdl::core::TimeWindow = std::tuple<Rational, Rational>¶ Time window specified as a tuple of two Rational values (start, end). Used to specify time ranges for demuxing operations.