export enum PlayingStatus { unknown = 0, // Also, playing not allowed ready = 1, playing = 2, paused = 4, stopped = 8, }