You can speed up most load operations by passing a FILEINFO structure to the load function.
Whenever you pass a FILEINFO structure to a load function, you MUST set FILEINFO.uStructSize to sizeof(FILEINFO).
The structure can contain:
Information | By |
---|---|
The complete information | Calling L_FileInfo. |
Only the file format | FILEINFO.uStructSize = sizeof(FILEINFO) |
Only the file name | FILEINFO.uStructSize = sizeof(FILEINFO) |
NOTE: Another way to speed up the load is to use the filter data mechanism described in the Using Filter Data to Speed up Loading Large Files topic.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document