moonlight-qt/app/streaming/video/avfoundation.h
2018-07-17 22:57:15 -07:00

12 lines
211 B
C++

#pragma once
#include "decoder.h"
// A factory is required to avoid pulling in
// incompatible Objective-C headers.
class AVFoundationDecoderFactory {
public:
static
IVideoDecoder* createDecoder();
};