[][src]Function scte35_reader::is_scte35

pub fn is_scte35(pmt: &PmtSection) -> bool

Utility function to search the PTM section for a CUEI registration descriptor per SCTE-35, section 8.1, which indicates that streams with stream_type equal to the private value 0x86 within this PMT section are formatted according to SCTE-35.

Returns true if the descriptor is attached to the given PMT section and false otherwise.