CRM64Pro GDK v0.18.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::VideoMgrfinal

Video Manager class. More...

Detailed Description

Video Manager class.

Public Member Functions

bool info (Sint32 iMode=0) override
 Request Video Manager information.
Sint32 close (Sint32 idVideo=0) override
 Close and destroy a video object.
Sint32 getCount () const override
 Get number of loaded objects.
Sint32 setName (Sint32 idVideo, const string &sName) override
 Change the object name.
Videoget (Sint32 idVideo)
 Get a pointer to the video using its handle.
Sint32 loadFromFile (const string &sFile, const string &sName="", eAudioTrackTag eTag=ATT_MUSIC)
 Load a video from an external file.
Sint32 load (const string &sCDCFile, const string &sName)
 Load a video stored in a CDC file.
Sint32 load (Sint32 idCDC, const string &sName)
 Load a video stored in a CDC file.
Sint32 remove (Sint32 idCDC, const string &sName)
 Remove a video stored in a CDC file.
bool exists (Sint32 idCDC, const string &sName) const
 Check if a video is stored in a CDC file.