1#ifndef SKYWAY_MEDIA_V4L2_VIDEO_RENDERER_HPP_
2#define SKYWAY_MEDIA_V4L2_VIDEO_RENDERER_HPP_
6#include "skyway/media/i420_video_renderer.hpp"
29 void OnFrame(
const webrtc::VideoFrame& frame)
override;
32 void ResetOutputState();
34 const std::string video_out_path_;
35 int v4l2_file_descriptor_ = -1;
36 int configured_frame_width_ = 0;
37 int configured_frame_height_ = 0;