virtual VideoPlayer* CreateVideoPlayer(MemoryHeap*, TaskManager*, FileOpenerBase*, Log*) = 0;
CreateVideoPlayer creates an instance of VideoPlayer interface for playing the video files.
Pointer to the created video player (VideoPlayer).