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

◆ get_transformation_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
TransformationType MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::get_transformation_type ( ) const
inlineoverridevirtual

Gets the transformation type.

Returns
TransformationType::TEMPORAL

Implements MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >.

Definition at line 52 of file TemporalTransformer.hpp.

53 {
55 }
@ TEMPORAL
Time-based transformations (time-stretch, reverse, delay)