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

◆ plm_handle_end()

void fl::third_party::plm_handle_end ( plm_t * self)

Definition at line 571 of file pl_mpeg.hpp.

571 {
572 if (self->loop) {
573 plm_rewind(self);
574 }
575 else {
576 self->has_ended = TRUE;
577 }
578}
void plm_rewind(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:438
#define TRUE
Definition pl_mpeg.hpp:174

References FL_NOEXCEPT, plm_rewind(), and TRUE.

Referenced by plm_decode(), plm_decode_audio(), and plm_decode_video().

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