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

◆ plm_buffer_tell()

size_t fl::third_party::plm_buffer_tell ( plm_buffer_t * self)

Definition at line 945 of file pl_mpeg.hpp.

945 {
946 return self->tell_callback
947 ? self->tell_callback(self, self->load_callback_user_data) + (self->bit_index >> 3) - self->length
948 : self->bit_index >> 3;
949}
plm_buffer_tell_callback tell_callback
Definition pl_mpeg.hpp:740

References FL_NOEXCEPT.

Referenced by plm_demux_get_duration(), plm_demux_get_start_time(), plm_demux_probe(), and plm_demux_seek().

+ Here is the caller graph for this function: