Scte35SpliceInfoSection type
Signature:
export type Scte35SpliceInfoSection = {
sapType: number;
protocolVersion: number;
encryptedPacket: boolean;
encryptionAlgorithm: number;
ptsAdjustment: bigint;
cwIndex: number;
tier: number;
spliceCommand: Scte35SpliceCommand;
descriptors: Scte35SpliceDescriptor[];
};
References: Scte35SpliceCommand, Scte35SpliceDescriptor