pub fn build_splice_insert(marker: &Scte35Marker) -> Vec<u8> ⓘExpand description
Build a binary SCTE-35 splice_info_section for marker.
Uses pts_adjustment = 0 and signals the splice time as PTS at 90 kHz
(time_seconds * 90000). Suitable for embedding as DASH Event message data
(base64) or HLS SCTE35-OUT/SCTE35-IN (hex with 0x prefix).