find_iter

Function find_iter 

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

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