Files
moonlight-qt/app/streaming/video/avfoundation.h

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();
};