Values.TransportStreamProgramSourceThe metadata of a single transport stream program.
type nonrec t = {pcrPid : Integer.t option;The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
*)programName : String_.t option;The program name as it is reported in the Program Association Table.
*)programNumber : Integer.t option;The program number as it is reported in the Program Association Table.
*)programPid : Integer.t option;The program Packet ID (PID) as it is reported in the Program Association Table.
*)streams : TransportStream.t list option;The list of elementary transport streams in the program. The list includes video, audio, and data streams.
*)}