FastLED 3.9.15
Loading...
Searching...
No Matches

◆ plm_video_set_time()

void fl::third_party::plm_video_set_time ( plm_video_t * self,
double time )

Definition at line 2180 of file pl_mpeg.hpp.

2180 {
2181 self->frames_decoded = self->framerate * time;
2182 self->time = time;
2183}
fl::u64 time() FL_NOEXCEPT
Alias for millis64() - returns 64-bit millisecond time.
Definition chrono.h:346

References FL_NOEXCEPT, and fl::time().

Referenced by plm_seek_frame().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: