MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ reverse_channels()

MAYAFLUX_API void MayaFlux::reverse_channels ( std::vector< Kakshya::DataVariant > &  channels)

Reverse time order of multi-channel data (in-place)

Parameters
channelsVector of channel data (modified in-place)

Definition at line 624 of file Yantra.cpp.

625{
626 for (auto& ch : channels)
627 D::reverse(as_span(ch));
628}
void reverse(std::vector< double > &data)
Reverse time order of single-channel data (in-place)
Definition Yantra.cpp:614

References MayaFlux::Kinesis::Discrete::reverse().

+ Here is the call graph for this function: