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

◆ plm_set_video_decode_callback()

void fl::third_party::plm_set_video_decode_callback ( plm_t * self,
plm_video_decode_callback fp,
void * user )

Definition at line 464 of file pl_mpeg.hpp.

464 {
465 self->video_decode_callback = fp;
467}
void * video_decode_callback_user_data
Definition pl_mpeg.hpp:215
plm_video_decode_callback video_decode_callback
Definition pl_mpeg.hpp:214

References FL_NOEXCEPT.

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

+ Here is the caller graph for this function: