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

◆ plm_set_audio_decode_callback()

void fl::third_party::plm_set_audio_decode_callback ( plm_t * self,
plm_audio_decode_callback fp,
void * user )

Definition at line 469 of file pl_mpeg.hpp.

469 {
470 self->audio_decode_callback = fp;
472}
void * audio_decode_callback_user_data
Definition pl_mpeg.hpp:218
plm_audio_decode_callback audio_decode_callback
Definition pl_mpeg.hpp:217

References FL_NOEXCEPT.

Referenced by fl::third_party::SoftwareMpeg1Decoder::initializeDecoder(), and fl::third_party::SoftwareMpeg1Decoder::setAudioCallback().

+ Here is the caller graph for this function: