About
The MovieLoader class is used to load image data from a movie file.
- Warning
- For MAXON API media input and output see Media Sessions Manual.
Allocation/Deallocation
A MovieLoader can be created with the usual tools:
Functionality
A MovieLoader object simply opens a movie file to read its content:
- Note
- See also GeGetMovieInfo().
if (movieLoader == nullptr)
for (
Int32 i = 0; i < frames; ++i)
{
if (frameResult != imageOK)
if (frameContent == nullptr)
}
Further Reading