Defines the FFmpegPlayer class for video and audio playback in ASAPCabinetFE. More...
#include "render/ivideo_player.h"#include <SDL2/SDL.h>#include <string>
Include dependency graph for ffmpeg_player.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FFmpegPlayer |
| Implements video and audio playback using FFmpeg. More... | |
Defines the FFmpegPlayer class for video and audio playback in ASAPCabinetFE.
This header provides the FFmpegPlayer class, which implements the IVideoPlayer interface using FFmpeg for decoding and playback of video and audio streams. It manages VideoDecoder and AudioDecoder instances for rendering and sound.