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

◆ TemporalOperation

enum class MayaFlux::Yantra::TemporalOperation : uint8_t
strong

Specific temporal operations supported.

Enumerator
TIME_REVERSE 

Reverse temporal order.

TIME_STRETCH 

Change playback speed.

DELAY 

Add temporal delay.

FADE_IN_OUT 

Apply fade envelope.

SLICE 

Extract temporal slice.

INTERPOLATE 

Temporal interpolation.

Definition at line 15 of file TemporalTransformer.hpp.

15 : uint8_t {
16 TIME_REVERSE, ///< Reverse temporal order
17 TIME_STRETCH, ///< Change playback speed
18 DELAY, ///< Add temporal delay
19 FADE_IN_OUT, ///< Apply fade envelope
20 SLICE, ///< Extract temporal slice
21 INTERPOLATE ///< Temporal interpolation
22};
@ SLICE
Extract temporal slice.
@ TIME_REVERSE
Reverse temporal order.
@ TIME_STRETCH
Change playback speed.
@ FADE_IN_OUT
Apply fade envelope.
@ INTERPOLATE
Temporal interpolation.