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

◆ plm_demux_get_num_audio_streams()

int fl::third_party::plm_demux_get_num_audio_streams ( plm_demux_t * self)

Definition at line 1280 of file pl_mpeg.hpp.

1280 {
1281 return plm_demux_has_headers(self)
1282 ? self->num_audio_streams
1283 : 0;
1284}
int plm_demux_has_headers(plm_demux_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:1181

References FL_NOEXCEPT, and plm_demux_has_headers().

Referenced by plm_get_num_audio_streams(), and plm_init_decoders().

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