The StaticFactory class to create the IFactory object. More...

#include "murl_video_i_factory.h"

Static Public Member Functions

static IFactoryCreateFactory (const IAppConfiguration *appConfig)
 Create the video factory object. More...
 
static Bool DestroyFactory (IFactory *&factory)
 Destroy the video factory object. More...
 

Detailed Description

The StaticFactory class to create the IFactory object.

The StaticFactory is used by the engine's core only.

Member Function Documentation

◆ CreateFactory()

static IFactory* Murl::Video::StaticFactory::CreateFactory ( const IAppConfiguration appConfig)
static

Create the video factory object.

Parameters
appConfigThe application's configuration.
Returns
The created video factory object, or null if failed.

◆ DestroyFactory()

static Bool Murl::Video::StaticFactory::DestroyFactory ( IFactory *&  factory)
static

Destroy the video factory object.

Parameters
factoryA reference to the video factory pointer. After destruction the pointer is set to null.
Returns
true if successful.

The documentation for this class was generated from the following file:
  • murl_video_i_factory.h


Copyright © 2011-2024 Spraylight GmbH.