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

◆ hasAudio()

bool fl::third_party::SoftwareMpeg1Decoder::hasAudio ( ) const
overridevirtual

Reimplemented from fl::IDecoder.

Definition at line 461 of file software_decoder.cpp.hpp.

461 {
462 if (!decoderData_ || !decoderData_->plmpeg) {
463 return false;
464 }
466}
int plm_get_num_audio_streams(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:412

References decoderData_, FL_NOEXCEPT, and fl::third_party::plm_get_num_audio_streams().

+ Here is the call graph for this function: