// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved. #pragma once #include "Types.h" /// /// The video service used for video media playback. /// class Video { public: static bool CreatePlayerBackend(const VideoBackendPlayerInfo& info, VideoBackendPlayer& player); };