![]() |
Murl Engine API
Version 2025.1
|
The WMV video resource class. More...
#include <murl_resource_wmv_video.h>
The WMV video resource class.
Use the <Resource> tag in a .murlres package's resource.xml file to specify a WMV video resource. See Resource::Object.
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< IObject > | |
| using | ClassInfoArray = Array< const ClassInfo * > |
| Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::Resource::IObject | |
| virtual Bool | GetFileDependencies (Array< String > &fileNames) const =0 |
| Fill a given string array with names of files the resource depends on. More... | |
Public Member Functions inherited from Murl::IFactoryObject< IObject > | |
| ~IFactoryObject () override | |
| The destructor. | |
| virtual const ClassInfo * | GetObjectClassInfo () const=0 |
| Get the object instance's class info, if present. More... | |
| virtual void | ResetObjectProperties ()=0 |
| Reset the object instance's properties to their default values. | |
Static Public Member Functions inherited from Murl::IFactoryObject< IObject > | |
| static const PropertyInfo * | GetPropertyInfo () |
| Get the class' property info struct. More... | |
| static const AttributeInfo * | GetAttributeInfo () |
| Get the class' attribute info struct. More... | |
| static void | ResetProperties (IFactoryObject< IObject > *object) |
| Reset an object instance's properties to their default values. More... | |