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

◆ plm_audio_get_samplerate()

int fl::third_party::plm_audio_get_samplerate ( plm_audio_t * self)

Definition at line 3269 of file pl_mpeg.hpp.

3269 {
3270 return plm_audio_has_header(self)
3272 : 0;
3273}
int plm_audio_has_header(plm_audio_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:3260
static const unsigned short PLM_AUDIO_SAMPLE_RATE[]
Definition pl_mpeg.hpp:3017

References FL_NOEXCEPT, plm_audio_has_header(), and PLM_AUDIO_SAMPLE_RATE.

Referenced by plm_get_samplerate().

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