code
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
// ------------------------------------------------
|
||||
// Copyright Joe Marshall 2024- All Rights Reserved
|
||||
// ------------------------------------------------
|
||||
//
|
||||
// AndroidVulkanVideo module implementation
|
||||
// ------------------------------------------------
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Modules/ModuleManager.h"
|
||||
|
||||
#include "IMediaEventSink.h"
|
||||
#include "IMediaPlayer.h"
|
||||
|
||||
class IAndroidVulkanVideoModule : public IModuleInterface
|
||||
{
|
||||
public:
|
||||
virtual TSharedPtr<IMediaPlayer, ESPMode::ThreadSafe> CreatePlayer(
|
||||
IMediaEventSink &EventSink) = 0;
|
||||
|
||||
private:
|
||||
};
|
Reference in New Issue
Block a user