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

◆ plm_get_framerate()

double fl::third_party::plm_get_framerate ( plm_t * self)

Definition at line 400 of file pl_mpeg.hpp.

400 {
401 return (plm_init_decoders(self) && self->video_decoder)
403 : 0;
404}
int plm_init_decoders(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:261
double plm_video_get_framerate(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2148
plm_video_t * video_decoder
Definition pl_mpeg.hpp:205

References FL_NOEXCEPT, plm_init_decoders(), and plm_video_get_framerate().

Referenced by fl::third_party::SoftwareMpeg1Decoder::initializeDecoder().

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