export enum VideoPlaybackState { NotInitialized, Playing, Paused, Ended, Error }