/** * @export * @class TsProgramMapTableConfiguration */ export declare class TsProgramMapTableConfiguration { /** * An integer value. Packet Identifier (PID) for the MPEG Transport Stream PMT. * @type {number} * @memberof TsProgramMapTableConfiguration */ pid?: number; constructor(obj?: Partial); } export default TsProgramMapTableConfiguration;