5#ifndef SKYWAY_MEDIA_V4L2_VIDEO_RENDERER_HPP_
6#define SKYWAY_MEDIA_V4L2_VIDEO_RENDERER_HPP_
10#include "skyway/media/i420_video_renderer.hpp"
33 void OnFrame(
const webrtc::VideoFrame& frame)
override;
36 void ResetOutputState();
38 const std::string video_out_path_;
39 int v4l2_file_descriptor_ = -1;
40 int configured_frame_width_ = 0;
41 int configured_frame_height_ = 0;