MayaFlux 0.1.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 13 of file TemporalTransformer.hpp.

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