Function pssh_box::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.