moonlight-qt/app/streaming/video/ffmpeg-renderers/vt.h

12 lines
206 B
C
Raw Normal View History

2018-07-15 11:53:55 -07:00
#pragma once
#include "renderer.h"
2018-07-15 18:11:57 -07:00
// A factory is required to avoid pulling in
// incompatible Objective-C headers.
class VTRendererFactory {
2018-07-15 11:53:55 -07:00
public:
2018-07-15 18:11:57 -07:00
static
IFFmpegRenderer* createRenderer();
2018-07-15 11:53:55 -07:00
};