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

◆ plm_demux_buffer_seek()

void fl::third_party::plm_demux_buffer_seek ( plm_demux_t * self,
size_t pos )

Definition at line 1297 of file pl_mpeg.hpp.

1297 {
1298 plm_buffer_seek(self->buffer, pos);
1299 self->current_packet.length = 0;
1300 self->next_packet.length = 0;
1301 self->start_code = -1;
1302}
uint8_t pos
Definition Blur.ino:11
void plm_buffer_seek(plm_buffer_t *self, size_t pos) FL_NOEXCEPT
Definition pl_mpeg.hpp:923

References FL_NOEXCEPT, plm_buffer_seek(), and pos.

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

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