TsTable type
A PSI/SI table/section decoded from an MPEG transport stream, presented as a tagged union discriminated on type.
Signature:
export type TsTable = TsTableTdt | TsTableTot | TsTableSdt | TsTableEit;
References: TsTableTdt, TsTableTot, TsTableSdt, TsTableEit