pssh_box

Function find_iter

source
pub fn find_iter(buffer: &[u8]) -> impl Iterator<Item = usize> + '_
Expand description

Locate the positions of a PsshBox in a buffer, if present. Returns an iterator over start positions for PSSH boxes in the buffer.