moonlight-qt/app/streaming/video/ffmpeg-renderers/vt.h
2018-07-17 20:00:16 -07:00

11 lines
206 B
C++

#pragma once
#include "renderer.h"
// A factory is required to avoid pulling in
// incompatible Objective-C headers.
class VTRendererFactory {
public:
static
IFFmpegRenderer* createRenderer();
};