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

◆ plm_video_get_framerate()

double fl::third_party::plm_video_get_framerate ( plm_video_t * self)

Definition at line 2148 of file pl_mpeg.hpp.

2148 {
2149 return plm_video_has_header(self)
2150 ? self->framerate
2151 : 0;
2152}
int plm_video_has_header(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2263

References FL_NOEXCEPT, and plm_video_has_header().

Referenced by plm_get_framerate().

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