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

◆ plm_set_audio_stream()

void fl::third_party::plm_set_audio_stream ( plm_t * self,
int stream_index )

Definition at line 357 of file pl_mpeg.hpp.

357 {
358 if (stream_index < 0 || stream_index > 3) {
359 return;
360 }
361 self->audio_stream_index = stream_index;
362
363 // Set the correct audio_packet_type
365}
void plm_set_audio_enabled(plm_t *self, int enabled) FL_NOEXCEPT
Definition pl_mpeg.hpp:344

References FL_NOEXCEPT, and plm_set_audio_enabled().

+ Here is the call graph for this function: