UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 415 B
/** * @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<TsProgramMapTableConfiguration>); } export default TsProgramMapTableConfiguration;