TsEitRunningStatus type

The running state of an event (DVB running_status).

Signature:

export type TsEitRunningStatus = "undefined" | "notRunning" | "startsInAFewSeconds" | "pausing" | "running" | "offAir" | "reserved";