IFlashPlayerBootStrapper

C++
struct IFlashPlayerBootStrapper {
};
File

IFlashPlayer.h

Description

Bootstrapper to efficiently instantiate Flash assets on demand with minimal file IO

IFlashPlayerBootStrapper::~IFlashPlayerBootStrapper Destructor
C++
IFlashPlayerBootStrapper::CreatePlayerInstance Method
C++
virtual IFlashPlayer* CreatePlayerInstance(unsigned int options = IFlashPlayer::DEFAULT, unsigned int cat = IFlashPlayer::eCat_Default) = 0;
Description

Bootstrapping

IFlashPlayerBootStrapper::GetFilePath Method

General property queries

C++
virtual const char* GetFilePath() const = 0;
IFlashPlayerBootStrapper::GetMetadata Method
C++
virtual size_t GetMetadata(char* pBuff, unsigned int buffSize) const = 0;
IFlashPlayerBootStrapper::Load Method
C++
virtual bool Load(const char* pFilePath) = 0;
Description

Initialization

IFlashPlayerBootStrapper::Release Method
C++
virtual void Release() = 0;